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

In This Topic
    LargeChange Property (C1ScrollBar)
    In This Topic
    Gets or sets a value to be added to or subtracted from the Value property when the scroll box is moved a large distance.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(10)>
    <RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    Public Property LargeChange As Integer
    [DefaultValue(10)]
    [RefreshProperties(RefreshProperties.Repaint)]
    public int LargeChange {get; set;}
    See Also