-
Type:
New Feature
-
Resolution: Done
-
Priority:
Normal
-
Affects Version/s: 6.5.0
-
Component/s: Components
-
Environment:
tablet device
-
None
Using this component can show a native-like scrollbar to contain any ZK component.
For example,
<scrollview onScroll='' onLoad="alert(event.direction)" topLoadContent="html code" bottomLoadContent="html code" > <window title="test 1"/> <window title="test 2"/> </scrollview>