ScrollOnMouseClick Property (C1TreeView)
Gets or sets whether to scroll the node cell when it gets focus by mouse click.
[C1Category("Behavior")]
[C1Description("C1TreeView.ScrollOnMouseClick", "Gets or sets whether to scroll the node cell when it gets focus by mouse click.")]
[DefaultValue(true)]
public bool ScrollOnMouseClick {get; set;}
'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