📄 z30-listbox-0006.zul
字号:
<!--
list.zul
{{IS_NOTE
Purpose:
Description:
History:
Thu Oct 27 21:18:02 2005, Created by tomyeh
}}IS_NOTE
Copyright (C) 2005 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
}}IS_RIGHT
-->
<window>
Both H and V scroll
<listbox rows="4" width="80px">
<listhead>
<listheader width="50px" label="Population"/>
<listheader label="%"/>
</listhead>
<listitem value="A">
<listcell label="A. Graduate"/>
<listcell label="20%"/>
</listitem>
<listitem value="B">
<listcell label="B. College"/>
<listcell label="23%"/>
</listitem>
<listitem value="C">
<listcell label="C. High School"/>
<listcell label="40%"/>
</listitem>
<listitem value="D">
<listcell label="D. Junior High School"/>
<listcell label="10%"/>
</listitem>
<listitem value="E">
<listcell label="F. Others"/>
<listcell label="17%"/>
</listitem>
</listbox>
</window>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -