将标签页聚焦于错误 (.NET)
我有一个 TabControl,其中有多个 TabPage,每个 TabPage 中都有控件。我在实体框架上使用一些数据绑定和验证。问题是,当选项卡上发生错误时,除了可见的错误之外,其他选项卡都看不到。当托管在其中的某些控件上发生错误时,有没有办法使 TabPage 被选中?(我不知道 TabPage 的索引)
i have a TabControl with several TabPages and controls in every TabPage. I'm using some data binding and validation bult on entity framework. The problem is that when error occures on the tab, other than the visible one it cant be seen. Is there a way to make TabPage selected when the error occures on some control, hosted in it?(i don't know the index of the TabPage)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用以下任何一个
TabControl
的方法:Yes, you can use any of the following
TabControl
's methods: