使用 Caliburn.Micro 时如何在 Silverlight 中设置表单的初始焦点
我有一个表单,想要将初始焦点设置到文本框。有没有一个好的方法可以用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.