您可以拥有一个扩展到装饰控件范围之外的装饰器吗?

发布于 2025-01-01 01:14:36 字数 87 浏览 2 评论 0原文

我们有一个显示小视觉效果的控件,但我们需要显示大错误消息。我们显示了验证模板,但它似乎被剪切到装饰控件的边界。有什么简单的方法可以让装饰价值在其之外呈现出来吗?

We have a control that displays a small visual but we need to display a large error message. We have the validation template showing up, but it seems to be clipped to the bounds of the adorned control. Any easy way to let the adorned value render itself outside of that?

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

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

发布评论

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

评论(1

听风念你 2025-01-08 01:14:36

我以前也遇到过这个问题。就我而言,我将控件包装在 AdornerDecorator 中,因此 Adorner 内容被剪辑到该控件。一旦我删除了 AdornerDecorator,装饰器就能够超越该控件。我的回答此处(以及我在那里提供的链接之一)更详细地解释/展示了这一点。

I've encountered this issue before as well. In my case, I had my control wrapped in a AdornerDecorator, so the Adorner content was clipped to that control. Once I removed the AdornerDecorator, the adorner was able to extend past that control. My answer here (and one of the links I provide there) explain/show this in more detail.

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