文档
#283
Replies: 1 comment 7 replies
-
这里有一个非常完整的 IM Demo 程序,基于 NIM Duilib 构建,您可以参考这里 TabBox 的用法:https://github.com/netease-im/NIM_PC_Demo/search?q=tabbox Box 是布局的基础能力实现,align 属性只需要填写一个你需要的值即可,文档中的确缺少示例程序,希望完整的代码示例可以帮助到你。 |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我看完了NIM_Duilib的 markdown文档,但是很多地方仍有不明白的地方,
比如下面这行代码的
align="center|vcenter"
是我自己懵出来的<Label width="80" height="35" text="属性检查器" align="center|vcenter" />
TabBox没有用法示例,xml应该怎么去写,XXXBox都说继承Box的属性,但是halign 等这个属性没看见哪里有提示,width等也没说都有什么特殊的值,比如auto。麻烦告知哪里有更详细的文档
Beta Was this translation helpful? Give feedback.
All reactions