TreeView for WinForms | ComponentOne
C1.Win.C1ScrollBar Namespace / C1ScrollBar Class / Maximum Property

In This Topic
    Maximum Property (C1ScrollBar)
    In This Topic
    Gets or sets the upper limit of values of the scrollable range.
    Syntax
    'Declaration
     
    
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    <DefaultValueAttribute(100)>
    Public Property Maximum As Integer
    [RefreshProperties(RefreshProperties.Repaint)]
    [DefaultValue(100)]
    public int Maximum {get; set;}
    See Also