carbonkivy.uix.scrollview

Submodules

Classes

CScrollView

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.DeclarativeBehavior

ScrollView 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_cls is an ObjectProperty and defaults to DampedScrollEffect.

Changed in version 1.8.0: If you set a string, the Factory will be used to resolve the class.