carbonkivy.uix.scrollview
Submodules
Classes
ScrollView class. See module documentation for more information. |
Package Contents
- class carbonkivy.uix.scrollview.CScrollView(*args, **kwargs)[source]
Bases:
carbonkivy.behaviors.BackgroundColorBehaviorRectangular,kivy.uix.scrollview.ScrollView,carbonkivy.behaviors.DeclarativeBehaviorScrollView class. See module documentation for more information.
- Events:
- on_scroll_start
Generic event fired when scrolling starts from touch.
- on_scroll_move
Generic event fired when scrolling move from touch.
- on_scroll_stop
Generic event fired when scrolling stops from touch.
Changed in version 1.9.0: on_scroll_start, on_scroll_move and on_scroll_stop events are now dispatched when scrolling to handle nested ScrollViews.
Changed in version 1.7.0: auto_scroll, scroll_friction, scroll_moves, scroll_stoptime’ has been deprecated, use :attr:`effect_cls instead.
- effect_cls
Class effect to instantiate for X and Y axis.
Added in version 1.7.0.
effect_clsis anObjectPropertyand defaults toDampedScrollEffect.Changed in version 1.8.0: If you set a string, the
Factorywill be used to resolve the class.