nim_duilib/docs/Containers/TileBox.md
2019-04-19 17:19:57 +08:00

11 lines
334 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# TileBox格子布局
`TileBox` 继承了 `Box` 容器属性和方法,更多可用属性和方法请参考:[Box](Box.md) 容器
## 可用属性
| 属性名称 | 默认值 | 参数类型 | 用途 |
| :--- | :--- | :--- | :--- |
columns | 1 | INT | 列数,如(4) |
itemsize | 0,0 | SIZE | 子项固定大小,如(128,128) |