Hi,
i don't know how to make for example 3 expanders one after another, so they will go up when one is collapsed, like this:
v EXPANDER_1 (IsExpanded=false)
--------------------
v EXPANDER_2 (IsExpanded=false)
--------------------
v EXPANDER_3 (IsExpanded=false)
--------------------
than
^ EXPANDER_1 (IsExpanded=true)
some controls
some controls
some controls
--------------------
v EXPANDER_2 (IsExpanded=false)
--------------------
^ EXPANDER_3 (IsExpanded=true)
some controls
some controls
some controls
--------------------
when i collapse one now, i just have free space between them.
Regards,
Zbigniew Kozłowski