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

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