Collapsing a Grid row with an Expander

514 Views Asked by At

How can I databind an Expander and a gridrow where the expander is placed (Expander/Collapsed = Row/Collapsed and vice versa) so that the next row under the row to be collapsed will be higher?

What I need is to collapse a grid (Grid) row with an expander (Expander).

P.S.: The both rows are separated with a GridSplitter.

thx

1

There are 1 best solutions below

0
On

A bit sparse on info there, but have you checked if RowDetails does the thing you want to do?

Check here for an example.