Is there a possibility to prevent a Expander control
in WPF
to collapse
, when certain conditions
are given. For my usecase it is not possible to do it directly in the xaml
, because whether the Expander
can be collapsed or not depends on condition just known during run time.
Its no option for me to use an event, because the project is a test project
to seperate gui
and code strictly.