I was wondering if anyone has a nice strategy to re-use XAML column definitions, i.e. a GridViewDataColumn?
One way to do it is to create a class that inherits from GridViewDataColumn and set the various properties needed. However, this means you can't have any XAML and any custom CellTemplate will get messy.
If anyone has any ideas or links to resources that would help, please let me know!
One way to do it is to create a class that inherits from GridViewDataColumn and set the various properties needed. However, this means you can't have any XAML and any custom CellTemplate will get messy.
If anyone has any ideas or links to resources that would help, please let me know!