Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinScrollBar Class / Maximum Property


In This Topic
    Maximum Property
    In This Topic
    Gets or sets the upper limit of values of the scrollable range.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The upper limit of values of the scrollable range.")>
    <CategoryAttribute("Behavior")>
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    Public Property Maximum As Integer
    'Usage
     
    Dim instance As WinScrollBar
    Dim value As Integer
     
    instance.Maximum = value
     
    value = instance.Maximum
    [Description("The upper limit of values of the scrollable range.")]
    [Category("Behavior")]
    [RefreshProperties(RefreshProperties.Repaint)]
    public int Maximum {get; set;}

    Property Value

    A value representing the upper limit of the values of the scrollable range. By default, DefaultMaximum.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also