-
New Feature
-
Resolution: Done
-
Normal
-
6.5.0
-
tablet device
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>