Group: Forum Members
Last Active: 7 Years Ago
Posts: 9,
Visits: 2
|
Hi there,
Is there an event that is being raised when the panel is being collapsed / expanded? I need to write some code on the event. Also, is there a property to know if the panel is collapsed or expanded? I can only see "IsCollapseable", but I don't think this will help for what I need.
My Scenario:
I placed a NNavigationPane Fill Docked into a ShadowDecorator. The Shadowdecorator is docked to the left of the form. When collapsing the panel, the shadowdecorator doesnt "reduce / collapse" with the panel, it stays full width, so now I want to write some code in order to collapse the shadowdecorator, and I also want to save the position of the panel as settings of the user's preference (Generate form with it collapsed)
Any ideas?
|