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 UI elements, is there a way to bind to that property?
views:
56answers:
1
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:
Robert Harvey
2009-08-10 18:23:55
That will do. Great podcast!
BrandonS
2009-08-10 19:40:43