Skip to content

Commit 4622718

Browse files
authored
Merge pull request #706 from bakseoyong/patch-1
Update programming-radscrollbars.md
2 parents 4ef3a2d + 1c9c2e9 commit 4622718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/track-and-status-controls/scrollbar/programming-radscrollbars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ __RadHScrollBar__ and __RadVScrollBar__ share the same properties. The only diff
1616
|Property|Description|
1717
|----|----|
1818
|**ScrollBarElement**|Gets the instance of RadScrollBarElement wrapped by this control. RadScrollBarElement is the main element in the hierarchy tree and encapsulates the actual functionality of both RadHScrollBar and RadVScrollBar.|
19-
|**ThumbLengthProportion**|ets or sets a value between 0.0 and 1.0 that indicates what part of the scrollable area can be occupied by the thumb. If the value is 0.0 then the thumb should be with length 0 but the property MinThumbLength will cause the thumb to be larger. If the value is 1.0 the the thumb takes the whole area between the two scrolling buttons. Negative value means that the thumb length should be calculated automatically based on Minimum, Maximum and LargeChange values.|
19+
|**ThumbLengthProportion**|Gets or sets a value between 0.0 and 1.0 that indicates what part of the scrollable area can be occupied by the thumb. If the value is 0.0 then the thumb should be with length 0 but the property MinThumbLength will cause the thumb to be larger. If the value is 1.0 the the thumb takes the whole area between the two scrolling buttons. Negative value means that the thumb length should be calculated automatically based on Minimum, Maximum and LargeChange values.|
2020
|**MinThumbLength**|Gets or sets the minimum length of the scrolling thumb.|
2121
|**ThumbLength**|Gets the length of the scrolling thumb. Thumb length is the thumb's height for vertical scroll bar and the thumb's width for horizontal scroll bar.|
2222
|**Minimum**|Gets or sets the lower limit for the values of the scrollable range.|

0 commit comments

Comments
 (0)