Hello,
is it possible to raise the unpinned pane programatically?
Thanks
Bonitz
I'm not sure what you mean by raise the pane. If you mean that you want to display the flyout for an unpinned pane then you can use the pane's ExecuteCommand method passing in ContentPaneCommands.Flyout.
Thank you.
it is exactly what i want.