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

In This Topic
ScrollOnMouseClick Property (C1TreeView)
In This Topic
Gets or sets whether to scroll the node cell when it gets focus by mouse click.
Syntax
'Declaration
 
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1TreeView.ScrollOnMouseClick", "Gets or sets whether to scroll the node cell when it gets focus by mouse click.")>
<DefaultValueAttribute(True)>
Public Property ScrollOnMouseClick As Boolean
 
See Also