ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ScrollBarElement Class / ProportionalThumb Property

In This Topic
    ProportionalThumb Property (ScrollBarElement)
    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 System.Boolean
    public System.bool ProportionalThumb {get; set;}
    See Also