menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RecordNavigationScrollBar - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RecordNavigationScrollBar

    RecordNavigationScrollBar is a RecordNavigationBar with a scrollbar contained in one control.

    RecordNavigationControl displays this control in the bottom left corner of the frame.

    Inheritance
    System.Object
    ButtonBar
    ArrowButtonBar
    RecordNavigationBar
    RecordNavigationScrollBar
    Implements
    IControlToolTipProvider
    ICancelModeProvider
    ISupportUpdating
    IThemedControl
    IScrollBarContainer
    Inherited Members
    ArrowButtonBar.ArrowButtonChanged
    ArrowButtonBar.ArrowButtonClicked
    ArrowButtonBar.DisabledColor
    ArrowButtonBar.DisplayArrowButtons
    ArrowButtonBar.EnableButtonFlags
    ArrowButtonBar.EnabledColor
    ArrowButtonBar.InitBars()
    ArrowButtonBar.MinRepeatClickDelay
    ArrowButtonBar.OnArrowButtonClicked(ArrowButtonEventArgs)
    ArrowButtonBar.OnCreateButtonBarChild()
    ArrowButtonBar.OnThemeChanged(EventArgs)
    ArrowButtonBar.RepeatClickDelay
    ArrowButtonBar.ResetDisabledColor()
    ArrowButtonBar.ResetEnabledColor()
    ArrowButtonBar.ThemeChanged
    ArrowButtonBar.ThemesEnabled
    ArrowButtonBar.WndProc(Message)
    ButtonBar.BeginUpdate()
    ButtonBar.ButtonBarChild
    ButtonBar.ButtonBarMouseDown
    ButtonBar.ButtonLook
    ButtonBar.ButtonLookChanged
    ButtonBar.CancelMode
    ButtonBar.DefaultSize
    ButtonBar.EndUpdate()
    ButtonBar.EndUpdate(Boolean)
    ButtonBar.IControlToolTipProvider.GetControlToolTip()
    ButtonBar.ISupportUpdating.Updating
    ButtonBar.OnButtonBarMouseDown(MouseEventArgs)
    ButtonBar.OnButtonLookChanged(EventArgs)
    ButtonBar.OnCancelMode(EventArgs)
    ButtonBar.OnFontChanged(EventArgs)
    ButtonBar.OnHandleDestroyed(EventArgs)
    ButtonBar.ResetToolTips()
    ButtonBar.ShowToolTips
    ButtonBar.Updating
    RecordNavigationBar.AllArrowButtons
    RecordNavigationBar.AllowAddNew
    RecordNavigationBar.AllowStepIncrease
    RecordNavigationBar.CenterInRect(Rectangle, Size)
    RecordNavigationBar.components
    RecordNavigationBar.CurrentRecord
    RecordNavigationBar.CurrentRecordChanged
    RecordNavigationBar.CurrentRecordChanging
    RecordNavigationBar.Dispose(Boolean)
    RecordNavigationBar.Font
    RecordNavigationBar.Label
    RecordNavigationBar.MaxLabel
    RecordNavigationBar.MaxRecord
    RecordNavigationBar.MinRecord
    RecordNavigationBar.MoveFirst()
    RecordNavigationBar.MoveLast()
    RecordNavigationBar.MoveNext()
    RecordNavigationBar.MovePrevious()
    RecordNavigationBar.NoArrowButtons
    RecordNavigationBar.OnCurrentRecordChanged(Int32)
    RecordNavigationBar.OnCurrentRecordChanging(Int32)
    RecordNavigationBar.OnEnabledChanged(EventArgs)
    RecordNavigationBar.OnMouseDown(MouseEventArgs)
    RecordNavigationBar.OnMouseUp(MouseEventArgs)
    RecordNavigationBar.ProcessKeyPreview(Message)
    RecordNavigationBar.RaiseCurrentRecordChangedEvent(CurrentRecordEventArgs)
    RecordNavigationBar.RaiseCurrentRecordChangingEvent(CurrentRecordEventArgs)
    RecordNavigationBar.Refresh()
    RecordNavigationBar.RnbData
    RecordNavigationBar.SetCurrentRecord(Int32, Boolean)
    RecordNavigationBar.SetCurrentRecord(Int32, Boolean, Boolean)
    RecordNavigationBar.SetValues(Int32, Int32, String, Boolean, Int32)
    RecordNavigationBar.ShowTextBox(Boolean)
    RecordNavigationBar.SingleArrowButtons
    RecordNavigationBar.SizeToFit
    RecordNavigationBar.TextBox
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class RecordNavigationScrollBar : RecordNavigationBar, IControlToolTipProvider, ICancelModeProvider, ISupportUpdating, IInternalArrowButtonParent, IInternalButtonParent, IThemedControl, IScrollBarContainer

    Constructors

    RecordNavigationScrollBar(Control)

    Initializes a new RecordNavigationScrollBar with a shared scroll bar control.

    Declaration
    public RecordNavigationScrollBar(Control scrollBar)
    Parameters
    Type Name Description
    System.Windows.Forms.Control scrollBar

    The control that either hosts a scrollbar (a IScrollBarContainer) or is itself a scrollbar.

    Properties

    PrefWidth

    Gets / sets the preferred width of this control.

    Declaration
    public int PrefWidth { get; set; }
    Property Value
    Type
    System.Int32

    Methods

    ComputeButtonBarChildBounds()

    Declaration
    protected override Rectangle ComputeButtonBarChildBounds()
    Returns
    Type
    System.Drawing.Rectangle
    Overrides
    ButtonBar.ComputeButtonBarChildBounds()

    OnHandleCreated(EventArgs)

    Declaration
    protected override void OnHandleCreated(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnLayout(LayoutEventArgs)

    Declaration
    protected override void OnLayout(LayoutEventArgs levent)
    Parameters
    Type Name Description
    System.Windows.Forms.LayoutEventArgs levent
    Overrides
    RecordNavigationBar.OnLayout(LayoutEventArgs)

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs pe)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs pe
    Overrides
    RecordNavigationBar.OnPaint(PaintEventArgs)

    Explicit Interface Implementations

    IScrollBarContainer.ScrollBar

    Declaration
    Control IScrollBarContainer.ScrollBar { get; set; }
    Returns
    Type
    System.Windows.Forms.Control

    Implements

    IControlToolTipProvider
    ICancelModeProvider
    ISupportUpdating
    IThemedControl
    IScrollBarContainer
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved