Grid"

From Documentation
(Created page with "{{ZKComponentReferencePageHeader}} = Grid = *Component Reference: Grid *[http://www.zkoss.org/product/edition.dsp Available in ZK EE only] ...")
 
Line 23: Line 23:
 
| 6.5.0
 
| 6.5.0
 
| July, 2012
 
| July, 2012
| [http://tracker.zkoss.org/browse/K-1239 Grid, Listbox, Tree can support to scroll the content by finger on tablet/mobile device]
+
| [http://tracker.zkoss.org/browse/ZK-1239 Grid, Listbox, Tree can support to scroll the content by finger on tablet/mobile device]
 
|}
 
|}
  
 
{{ZKComponentReferencePageFooter}}
 
{{ZKComponentReferencePageFooter}}

Revision as of 03:31, 1 August 2012

Grid

Friendly Scrolling Support

When user swipe on the content of Grid, the friendly scrollbar will appear.

Grid Tablet Example.png

Note: to disable the friendly scrollbar, please use the following setting.

<grid xmlns:a="client/attribute" a:data-scrollable="false"/>

Version History

Version Date Content
6.5.0 July, 2012 Grid, Listbox, Tree can support to scroll the content by finger on tablet/mobile device



Last Update : 2012/08/01

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.