Add 'maxScrollbarLength' option in README.md

This commit is contained in:
Hyunje Alex Jun 2014-07-16 18:55:58 +01:00
parent 3adb98cd40
commit 57cc39e6e8

View File

@ -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.
**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
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**