滚动条位于视图堆栈之外
考虑这个例子。我在 viewstack 中有两个视图。其中一个有一个从屏幕顶部延伸到底部的 VRule。另一个视图有一个大手风琴。
如果我给viewstack百分比高度= 100%,第一个视图工作正常,第二个视图被剪裁或在视图堆栈内有一个垂直滚动条。
如果我不提及 viewstack 高度并将 resizeToContent 设置为 true,则第二个视图可以正常工作,而第一个视图仅占用屏幕的一小部分。
如果我提到 viewstack 高度并将 resizeToContent 设置为 true,则第一个视图可以正常工作,而第二个视图会被剪切或在视图堆栈内有一个垂直滚动条。
我想要垂直滚动条,但适用于整个窗口,而不仅仅是视图堆栈。如何做到这一点?
Consider this example. I have two views in viewstack. One has a VRule extending from top of screen to bottom. Another view has a big accordion.
If I give viewstack percent height=100%, first view works fine and second view gets clipped or has a vertical scroll bar inside view stack.
If I dont mention viewstack height and set resizeToContent to true, second view works fine and first view takes up only small part of screen.
If I mention viewstack height and set resizeToContent to true, first view works fine and second view gets clipped or has a vertical scroll bar inside view stack.
I want vertical scrollbar but for entire window, not just for viewstack. How to accomplish this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您是否为手风琴指定了特定的高度。
Check if you have given some specific height to accordion.