将 UIElement 作为代码隐藏对象的属性是对还是错?

发布于 2024-07-30 04:52:24 字数 252 浏览 10 评论 0原文

我有一个名为 Block 的对象和一个名为 Cell 的对象。 基本上,块具有单元的集合。 就 UI 而言,块就是网格。 Grid 的子项是 TextBox 形式的单元格。 现在,我的问题是这种做法是好是坏,或者在 Cell 对象中实例化 TextBox 以及在 Block 对象中实例化 Grid 是否有任何优点或缺点。 另外,由于这些 UIElement 的实例有一个属性,有没有办法绑定到该属性?

I have an object called Block, and an object called Cell. Basically, block has a collection of cells. As far as UI, a block is a Grid. The Grid's children are cells that are TextBoxes. Now, my question is whether or not it's good or bad practice, or if there are any pros or cons to instancing a TextBox within the Cell object, and instancing a Grid within the Block object. Also, since there's a property for the instance of those UIElements, is there a way to bind to that property?

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

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

发布评论

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

评论(1

夜还是长夜 2024-08-06 04:52:24

Scott Hanselman 与 Ian Griffiths 在此播客中详细讨论了 WPF 视图中包含哪些内容和不包含哪些内容的问题。 非常值得花 30 分钟:

http://hanselminutes.com/default.aspx?showID=184< /a>

Scott Hanselman discusses with Ian Griffiths the issues of what to include and what to not include in a WPF view in detail in this podcast. Well worth the 30 minutes:

http://hanselminutes.com/default.aspx?showID=184

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