蓝腥 发表于 7 天前

容器闪动

<ListView|children={1,2}|direction=xx|bounce=xx|margin=xx|>
-- direction       方向 1竖向 2横向
-- bounce          是否弹性 1是 0否
-- margin          子控件间隔
-- reload          刷新面板=1 不刷新=0

-- default         索引跳转第几个容器
-- cantouch      是否可滑动 1默认 0不可
对于这个容器,正常编写避免不了遇到闪动问题
解决方式很简单
<Img|img=public/1900000651_1.png|scale9l=0|move=0|scale9t=0|scale9b=0|bg=1|esc=1|show=4|reset=1|scale9r=0|loadDelay=1>
<Layout|x=545|y=0|width=80|height=80|link=@exit>
把<Img>标签中的loadDelay=1延迟去掉

996技术-wang 发表于 3 天前

感谢分享
页: [1]
查看完整版本: 容器闪动