TreeView for WinForms | ComponentOne
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
     
    
    <C1DescriptionAttribute("C1TreeView.ScrollOnMouseClick", "Gets or sets whether to scroll the node cell when it gets focus by mouse click.")>
    <DefaultValueAttribute(True)>
    <C1CategoryAttribute("Behavior")>
    Public Property ScrollOnMouseClick As Boolean
    [C1Description("C1TreeView.ScrollOnMouseClick", "Gets or sets whether to scroll the node cell when it gets focus by mouse click.")]
    [DefaultValue(true)]
    [C1Category("Behavior")]
    public bool ScrollOnMouseClick {get; set;}
    See Also