TreeView for WinForms | ComponentOne
C1.Framework Namespace / XView Class / ScrollTrack Property

In This Topic
    ScrollTrack Property (XView)
    In This Topic
    Gets or sets whether the control should scroll as the user drags the scrollbar thumb.
    Syntax
    'Declaration
     
    
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    <DefaultValueAttribute(True)>
    Public Overridable Property ScrollTrack As Boolean
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    [DefaultValue(true)]
    public virtual bool ScrollTrack {get; set;}
    See Also