非活动选项卡内控件的绑定属性的错误

发布于 2024-11-29 04:45:23 字数 428 浏览 2 评论 0原文

我尝试使用用户设置为.Net 2.0 创建一个Windows 窗体应用程序。

  1. 我将 tabControl 放在窗体上。
  2. 我将文本框控件放置在第一个 tabPage 内,将另一个文本框放置在第二个 tabPage 内。
  3. 将第一个 textbox.Text 属性绑定到一个设置字段,将第二个 textbox.Text 属性绑定到另一个字段。

现在,当我运行我的应用程序时,第二个设置字段(绑定到非活动选项卡页面内文本框的 Text 属性)应读取默认值,但如果我更改第一个文本框中的文本,第二个文本框会以某种方式“清除”此时,更改相应的设置字段(使其为空字符串)。它保持“清除”状态,直到我打开第二个选项卡,然后它显示默认值。

如果我在打开第二个选项卡后更改第一个文本框中的文本,则不会发生所描述的错误。

I try to make an Windows Forms application for .Net 2.0 with user settings.

  1. I placed tabControl on a form.
  2. I placed textbox control inside first tabPage, and another textbox inside second tabPage.
  3. Binded first textbox.Text property to one Settings field, and second textbox.Text property to another field.

Now, when I run my app, the second settings field(tied to Text property of textbox inside inactive tab page) reads the default value, as it should be, but if I change text in first textbox, second textbox somehow "clears" at this moment, altering corresponding Settings field(makes it empty string). It stays "cleared" until I open the second tab, then it shows default value.

Described bug not happens, if I change text in first textbox after the second tab was opened.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文