使用 Caliburn.Micro 时如何在 Silverlight 中设置表单的初始焦点

发布于 2024-10-08 08:00:21 字数 154 浏览 6 评论 0原文

我有一个表单,想要将初始焦点设置到文本框。有没有一个好的方法可以用 Silverlight 和 Caliburn.Micro 来做到这一点?我的第一个想法是添加一个在页面加载时触发的事件并将焦点设置在那里。但是,我怀疑这不是执行此操作的方法,因为这需要找到文本框。有没有标准的方法来做到这一点?

I have a form and want to set the initial focus to a text box. Is there a good way to do this with Silverlight and Caliburn.Micro? My first thought is to add an event that fires on page load and set the focus there. However, I suspect this will not be the way to do it because that would require finding the textbox. Is there a standard way to do this?

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

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

发布评论

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

评论(1

天暗了我发光 2024-10-15 08:00:21

Caliburn.Micro 没有指定任何特定的方法来执行此操作,但如果您阅读此论坛讨论 http://caliburnmicro.codeplex.com/Thread/View.aspx?ThreadId=222892 您将获得一些见解。我认为底部的 FocusBehavior 可能就是您正在寻找的。

Caliburn.Micro doesn't specify any particular way to do this, but if you read this forum discussion http://caliburnmicro.codeplex.com/Thread/View.aspx?ThreadId=222892 you will get some insight. I think the FocusBehavior at the bottom may be what you are looking for.

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