列表视图溢出 - 不保持父级的大小?
让我抓狂!
我有一个列表视图,我将一个大集合绑定到它。
问题是这个集合“溢出”,然后看不到项目。
如果我设置高度-那么很好,我得到了我想要的和一个滚动条......但是如果用户最大化整个窗口,这不会动态调整大小。那么我怎样才能告诉它填充它所在的组框的大小而不溢出并给我一个滚动条(垂直)。
Driving me crazy!
I have a Listview to which I am binding a large collection.
The problem is this collection "overflows" and then items can't be seen.
If I set Height- then fine, I get what I want and a scroll bar... but this won't dynamically size if the user maximises the entire window. So how can I tell it to fill the size of the groupbox it is in without overflowing and give me a scroll bar (vertical).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,这个问题有点先发制人......
这是我的堆栈面板导致了问题。
已删除并设置为网格部分,现在可以根据需要工作。
Sorry, A bit preemptive this question....
It was the stackpanel I had it in which was causing the problem.
Removed and set to a grid portion and is now working as needed.