在 Silverlight 4 OOB 应用程序中如何恢复窗口大小和位置而不跳转

发布于 2024-09-19 16:12:57 字数 98 浏览 2 评论 0原文

如果没有看到窗口从其初始默认位置跳转到恢复位置,我无法找到任何方法来恢复保存的窗口位置。问题是,当我第一次访问该窗口时,它已经对用户可见。我是否遗漏了什么或者目前没有办法做到这一点?

I cannot not find any way to restore the Saved Window Position without seeing the Window jump from its initial default Position to the Restored Position. The problem is that the first time I get access to the Window its already visible to the user. Am I missing something or is there currently no way to do this?

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

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

发布评论

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

评论(1

迷路的信 2024-09-26 16:12:57

尝试调整 OOB 设置,Width=1,Height=1

不太理想,但可以忍受。
窗口打开得非常小,然后正确调整大小。

我还发现,恢复窗口位置时,必须先设置宽度和高度,然后设置顶部和左侧。否则,似乎存在一个有时会重置顶部或左侧的错误。

Try adjusting OOB Settings, Width=1, Height=1

It is not ideal, but tolerable.
The window opens very small, then resizes correctly.

I also found that when restoring the window position, you have to set the Width and Height first, then Top and Left. Otherwise there appears to be a bug which sometimes resets the top or left.

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