ScrollView¶
Declaration¶
- class enamlnative.widgets.scroll_view.ScrollView(parent=None, **kwargs)[source]¶
Bases:
enamlnative.widgets.frame_layout.FrameLayout
A simple control for displaying a ScrollView.
- orientation¶
Vertical or horizontal scrollview
- scroll_to¶
Scroll to position (x, y), ‘top’, or ‘bottom
- scroll_by¶
Scroll to by delta (x, y)
- scrollbars¶
Set which scrollbars are enabled
- proxy¶
A reference to the ProxyScrollView object.
Android Implementation¶
- class enamlnative.android.android_scroll_view.AndroidScrollView[source]¶
Bases:
enamlnative.android.android_frame_layout.AndroidFrameLayout
,enamlnative.widgets.scroll_view.ProxyScrollView
An Android implementation of an Enaml ProxyFrameLayout.
- widget¶
A reference to the widget created by the proxy.
No iOS implementation found.