不可见窗口的预览 (Visualbrush)
我动态创建了一个窗口,该窗口位于内存中但尚不可见。在其他窗口中,我想显示该窗口的一些预览。我正在尝试使用视觉画笔来实现此目的,设置视觉画笔的视觉属性。
它与可见窗口完美配合,但如果窗口不可见,则 Visualbrush 不会显示任何内容。
我可以做什么来显示预览?
I've created a window dynamically that's is in memory but is not visible yet. In other window I want to show a little preview of this window. I'm triying using a visualbrush to achieve this, setting the visual property of the visualbrush.
It works perfectly with a visible window, but if the window is not visible, the visualbrush don't shows anything.
What can I do to show a Preview?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后,我从窗口的主网格而不是窗口本身创建了视觉画笔。无论窗口是否可见,它都有效,但我不确定这是否是正确的方法。
Finally, I did it creating the visualbrush from the main grid of the window instead of the window itself. It works no matter if the window is visible or not, but I'm not sure if it's the right way for doing it.