0

(rowspan for listbox)listbox合并纵向单元格

asked 2019-06-20 11:14:13 +0800

xuesong gravatar image xuesong
101 2

updated 2019-06-21 10:15:16 +0800

jeanher gravatar image jeanher
1824 2 6
ZK Team

listcell有没有支持类似rowspan属性的功能? (Does listcell support rowspan-like feature?)

delete flag offensive retag edit

1 Answer

Sort by » oldest newest most voted
0

answered 2019-06-24 09:56:08 +0800

cor3000 gravatar image cor3000
6280 2 7

updated 2019-06-24 09:56:26 +0800

No, <listcell> doesn't have a row-span property. You can only span columns. <listitem>s representing selectable items cannot span multiple rows in ZK.

https://www.zkoss.org/javadoc/latest/zk/org/zkoss/zul/Listcell.html

If you need rowspan you have to use <grid> which supports both colspan and rowspan on <cell>s.

https://www.zkoss.org/javadoc/latest/zk/org/zkoss/zul/Cell.html

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
2 followers

RSS

Stats

Asked: 2019-06-20 11:14:13 +0800

Seen: 7 times

Last updated: Jun 24 '19

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More