mirror of https://github.com/kivy/kivy.git
doc: fixes to uix/scrollview.py
This commit is contained in:
parent
e1774838b7
commit
87854ff965
|
@ -43,8 +43,9 @@ Limiting to the X or Y Axis
|
|||
---------------------------
|
||||
|
||||
By default, the ScrollView allows scrolling along both the X and Y axes. You can
|
||||
explicitly disable scrolling on an axis by setting
|
||||
:attr:`~crollView.do_scroll_x` or :attr:`~ScrollView.do_scroll_y` to False.
|
||||
explicitly disable scrolling on an axis by setting the
|
||||
:attr:`~ScrollView.do_scroll_x` or :attr:`~ScrollView.do_scroll_y` properties
|
||||
to False.
|
||||
|
||||
|
||||
Managing the Content Size and Position
|
||||
|
|
Loading…
Reference in New Issue