ComponentOne List for WinForms
C1.Win.C1List Namespace / Split Class / VScrollBar Property

In This Topic
    VScrollBar Property (Split)
    In This Topic
    Gets the C1.Win.C1List.Util.VBar object that controls the appearance of the vertical scrollbar.
    Syntax
    'Declaration
     
    
    Public Property VScrollBar As VBar
    public VBar VScrollBar {get; set;}
    See Also