将 UIElement 作为代码隐藏对象的属性是对还是错?
我有一个名为 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 TextBox
es. 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 UIElement
s, is there a way to bind to that property?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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