-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Description
期望结果
1、initScrollerContentComponentIfNeed中没有设置Right
2、在设置padding后是否计算了 ScrollerView ContentView 两个padding 导致布局异常,期望正常显示 左右相等展示
实际结果
重现链接
No response
重现步骤
override fun body(): ViewBuilder { val ctx = this return { Scroller { attr { marginTop(100f) showScrollerIndicator(false) flexDirectionColumn() padding(0f, 25f, 0f, 25f) backgroundColor(Color.RED) size(350f, 350f) } View { attr { backgroundColor(0xfffafafa) height(200f) backgroundColor(Color.YELLOW) } } } } }
重现环境
No response
补充说明
No response
