如何隐藏 GridViewColumn 就像它在 WPF 中运行时折叠一样?

发布于 2024-10-31 00:57:51 字数 234 浏览 0 评论 0原文

基本上我有一些 CheckBox 控件,我想用它们在运行时显示或隐藏某些 GridViewColumns 。但我未能找到一种可以设置为 false 的 IsVisible 属性。或者甚至是仅存在于 GridViewColumnHeader 上的 Visibility 属性。

关于如何做到这一点有什么想法吗?

Basically I have some CheckBox controls I want to use to show or hide certain GridViewColumns at runtime. But I failed to find a sort of IsVisible property that I can set to false. Or even a Visibility property that exist only on GridViewColumnHeader.

Any ideas on how to do this?

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

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

发布评论

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

评论(1

清引 2024-11-07 00:57:51

将GridViewColumn Width属性设置为0。这将达到与隐藏它相同的效果。这可以通过数据绑定和转换器来实现。

Set the GridViewColumn Width property to 0. This will achieve the same effect as hiding it. This can be achieved with DataBinding and a Converter.

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