tree_view 树形视图 树形视图由滚动视图、垂直滚动条和水平滚动条三部分组成。 XML 描述如下: <tree_viewx="0"y="0"w="48%"h="48%"item_height="25"spacing="5"auto_hide_scroll_bar="true"> <scroll_viewname="view"x="0"y="0"w="-12"h="-12"> ... scroll_view> <scroll_bar_dname="...
2.1 编写 XML table_view 由 table_header(可选)、table_client 和 scroll_bar 组成。 在table_client 中,只需要写一个 table_row,这个 table_row 只是作为模版,由 table_client 根据需要创建。 示例:
scroll_bar_t是widget_t的子类控件,widget_t的函数均适用于scroll_bar_t控件。 在xml中使用"scroll_bar"或"scroll_bar_d"或"scroll_bar_m"标签创建滚动条控件。如: <list_view x="0" y="30" w="100%" h="-80" item_height="60"> <scroll_view name="view" x="0" y="0" w="10...
#include "assets/default/inc/ui/scroll_view_v.data" #include "assets/default/inc/ui/menu_point.data" #include "assets/default/inc/ui/dialog1.data" #include "assets/default/inc/ui/text_selector.data" #include "assets/default/inc/ui/basic.data" #include "assets/default/inc/ui/guage.data...
rich_text_view是一个专用容器,用来放rich text和 scroll bar,并在两者之间建立联系。 rich_text_view_t是widget_t的子类控件,widget_t的函数均适用于rich_text_view_t控件。 在xml中使用"rich_text_view"标签创建rich_text_view。如: <rich_text_view x="0" y="10" w="100%" h="300"> <rich_tex...
关公像 (Figure),1907 Medium ink and color on paper, on hanging scroll Size 220 x 116 cm. (86.6 x 45.7 in.) Description Keffiyeh truffaut disrupt Sale Consectetur Estimate Lorem ipsum dolor sit ame Price Tincidunt dui ut ornare Subscribe now to view details for this work, and gain access...
<scroll_bar_d name="bar" x="right" y="0" w="12" h="100%" value="0" row="30"/> 1. 2. 3. 4. 文档
fix slider bug in scroll view xianjimlicommittedApr 24, 2019 d25f6ca fix edit clip bug in scroll view xianjimlicommittedApr 24, 2019 181861b fix toast bug xianjimlicommittedApr 24, 2019 069a704 update assets xianjimlicommittedApr 24, 2019 dc4e8cd update docs xianjimlicommittedAp...
table_view 由 table_header(可选)、table_client 和 scroll_bar 组成。table_view_t 是表格视图的外壳,它的主要功能是协调 table_client_t 和滚动条。 table_header_t 是表格的标题,它其实只是一个普通的容器,完全可以用 view 代替,但用 table_header_t 更具可读性。 table_client_t 是表格的数据区,它...
<scroll_bar_d name="vbar" x="right" y="0" w="12" h="100%" value="0"/> 1. 2. 3. 4. 5. 6. 7. 8. 9. " tabindex="0" role="button"> 2.1 编写准备数据的回调函数 table_client 不需要预先创建全部的 table_row,而是在需要时调用回调函数,去填充指定行的数据。以当前的行号和 ...