[問題] ZK listbox 如何顯示 scroll bar

看板Ajax作者 (裝笑幃)時間11年前 (2012/12/10 12:25), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
底下這段 <window height="120px" border="normal"> <hbox height="100%"> <listbox height="120px"> <!-- 高度:120px 有 scroll bar --> <listitem forEach="a, b, c, d, e, f, g" label="${each}"/> </listbox> <listbox height="100%"> <!-- 高度: 100% 沒有 scroll bar --> <listitem forEach="1, 2, 3, 4, 5, 6, 7" label="${each}" /> </listbox> </hbox> </window> 顯示結果 http://ppt.cc/uYr1 我想用高度 100% 的 listbox, 要如何才能正確的顯示 scroll bar ??? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 203.240.224.38
文章代碼(AID): #1GnMHMWY (Ajax)
文章代碼(AID): #1GnMHMWY (Ajax)