Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / ProportionalThumb Property

In This Topic
    ProportionalThumb Property
    In This Topic
    Gets or sets whether the thumb size should reflect the ratio of the scroll bar size to its range.
    Syntax
    'Declaration
     
    
    Public Property ProportionalThumb As Boolean
    public bool ProportionalThumb {get; set;}
    See Also