C1.Win.TreeView Namespace / C1TreeView Class / ScrollTrack Property

In This Topic
ScrollTrack Property (C1TreeView)
In This Topic
Gets or sets whether the control should scroll as the user drags the scrollbar thumb.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute(True)>
Public Overridable Property ScrollTrack As Boolean
 
See Also