如何取消子面板与其父面板的绑定?

发布于 2024-10-17 13:25:15 字数 65 浏览 0 评论 0原文

如何使位于另一个可见属性设置为 false 的面板内的面板可见?

我正在使用 Windows 窗体。

How can I make a panel visible which is inside another panel whose visible property is set to false?

I am using Windows Forms.

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

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

发布评论

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

评论(1

多孤肩上扛 2024-10-24 13:25:15

这是不可能的,Windows 硬规则。只是不要将要显示的面板设为要隐藏的面板的父面板。它应该是表单的父级。设计器并不容易做到这一点,您必须在调用 InitializeComponent() 之后将其移动到正确的位置。

That's not possible, hard Windows rule. Just don't make the parent of the panel you want to show the panel you want to hide. It should be parented to the form instead. The designer doesn't make that easy, you'll have to move it to the right spot after the InitializeComponent() call.

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