InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanelBase Class / ScrollTrack Property

In This Topic
    ScrollTrack Property (C1InputPanelBase)
    In This Topic
    Gets or sets whether the control should scroll as the user drags the scrollbar thumb.
    Syntax
    'Declaration
     
    Public Overridable Property ScrollTrack As Boolean
    public virtual bool ScrollTrack {get; set;}
    See Also