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

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