org.zkoss.zul.tree.throttleMillis

From Documentation


org.zkoss.zul.tree.throttleMillis


Property:

org.zkoss.zul.tree.throttleMillis
Applicable:
Dndsmalltalk-check-icon.png globally in zk.xml via <library-property>
Dndsmalltalk-check-icon.png nested in a zul file via <custom-attributes>
Default: 300

Since 9.6.0

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png

Specifies the millisecond of scrolling throttling in Tree render on-demand (ROD).

If you prefer to configure a particular component, you could specify it as the custom attribute of the component or any of its ancestor components.

<tree>
  <custom-attributes org.zkoss.zul.tree.throttleMillis="200"/>
...

Version History

Last Update : 2021/05/19


Version Date Content
9.6.0 May 2021 ZK:4836: tree - avoid scroll timeout/delay to improve user experience


Last Update : 2021/05/19

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