I am using ColumnLayout for Hierarchical data, but I want to change the style of the row once it is expanded, then switch back once the row is collapsed. Can you give me a sample on how to do this?
Perfect. Thanks for the sample.
Hi,
You could add an event handler to grid's RowExpansionChanged event and change the style of the row that gets Expanded/Collapsed. I attached a small sample that demonstrates this.
Hope this helps,