awtk/design/default/ui/grid.xml
2022-08-02 18:33:58 +08:00

60 lines
1.9 KiB
XML

<window>
<view x="c" y="m" w="90%" h="90%">
<scroll_view name="grid_scroll_view" x="10" y="10" w="-30" h="-30" xoffset="0" yoffset="0" style.normal.border_color="#000000" >
<grid x="0" y="0" w="300" h="30" columns_definition="col(w=0.4,m=5);col(w=0.3,m=5);col(w=0.3,m=5);" rows="1"
style.normal.grid_color="gray" style.normal.border_color="black" show_grid="true"
style.normal.bg_color="#a0a0a0">
<label text="姓名" />
<label text="语文" />
<label text="数学" />
</grid>
<grid x="0" y="30" w="300" h="400" columns_definition="col(w=0.4,m=5);col(w=0.3,m=5);col(w=0.3,m=5);" rows="10"
style.normal.grid_color="gray" style.normal.border_color="black"
style.normal.odd_bg_color="#f5f5f5" style.normal.even_bg_color="#eeeeee" show_grid="true">
<label text="张三" />
<label text="98" />
<label text="97" />
<label text="李四" />
<label text="98" />
<label text="97" />
<label text="王五" />
<label text="98" />
<label text="97" />
<label text="孙六" />
<label text="98" />
<label text="97" />
<label text="赵七" />
<label text="98" />
<label text="97" />
<label text="赵八" />
<label text="98" />
<label text="97" />
<label text="赵九" />
<label text="98" />
<label text="97" />
<label text="赵十" />
<label text="98" />
<label text="97" />
<label text="赵十一" />
<label text="98" />
<label text="97" />
<label text="赵十二" />
<label text="98" />
<label text="97" />
</grid>
</scroll_view>
<scroll_bar_d name="bar_h" x="10" y="b" w="-30" h="20" value="0"/>
<scroll_bar_d name="bar_v" x="r" y="10" w="20" h="-30" value="0"/>
</view>
</window>