WPF扩展器大小问题

发布于 2024-09-11 14:56:47 字数 252 浏览 3 评论 0原文

我正在使用 ItemsControl 放置 n 个 Expander。我的 ItemsControl 将放置在高度为 600 的 Grid 中(例如)。我想确保我的 ItemsControl 将始终占据整个可用的 Height,这样做可以扩展一些 Expander

这样做的最佳方法是什么?

I am using an ItemsControl to place n number of Expanders. My ItemsControl will be placed in a Grid with height 600 (for example). I want to make sure my ItemsControl will always occupy the entire available Height, to do so it can expand some of the Expanders.

What will be the best approach to do so?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨小沫ゞ 2024-09-18 14:56:47

一种方法是将控件的 HeightWidth 属性绑定到父级的 ActualWidthActualHeight 属性

One way would be to bind the Height and Width properties of your control to the parent's ActualWidth and ActualHeight properties

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文