Add 'maxScrollbarLength' option in README.md
This commit is contained in:
parent
3adb98cd40
commit
57cc39e6e8
@ -87,6 +87,10 @@ If this option is true, when the scroll reach the end of the side, mousewheel ev
|
|||||||
When set to an integer value, the thumb part of the scrollbar will not shrink below that number of pixels.
|
When set to an integer value, the thumb part of the scrollbar will not shrink below that number of pixels.
|
||||||
**Default: null**
|
**Default: null**
|
||||||
|
|
||||||
|
### maxScrollbarLength
|
||||||
|
When set to an integer value, the thumb part of the scrollbar will not expand over that number of pixels.
|
||||||
|
**Default: null**
|
||||||
|
|
||||||
### useBothWheelAxes
|
### useBothWheelAxes
|
||||||
When set to true, and only one (vertical or horizontal) scrollbar is visible then both vertical and horizontal scrolling will affect the scrollbar.
|
When set to true, and only one (vertical or horizontal) scrollbar is visible then both vertical and horizontal scrolling will affect the scrollbar.
|
||||||
**Default: false**
|
**Default: false**
|
||||||
|
Loading…
Reference in New Issue
Block a user