TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / UseScrollWindow Property

In This Topic
    UseScrollWindow Property (C1TreeView)
    In This Topic
    Gets or sets a System.Boolean value determining whether control shows scroll bars.
    Syntax
    'Declaration
     
    
    Protected Property UseScrollWindow As Boolean
    protected bool UseScrollWindow {get; set;}
    See Also