DISQUS

fortes.com: UniformPanel

  • Nick Thuesen · 2 years ago
    So I looked at my code and, thankfully, I'm not modifying the children in the custom panel. (I was surprised to find out I was doing as such.) It seems that the RowDefinitions and ColumnDefintions are ReadOnly when the panel is used in a ItemsPresenter's ItemsPanel property. I didn't dig deeper to find out why though. I'd like to find out though. Curious as to why a panel (Grid) can't add/remove columns and rows to itself in this situation.