Hi,
I'm trying to achieve something which is not usual. I have 2 dock panes, i would like to add one more dockpane as a button. i.e.; it should not have any content region.
These buttons should not display a pane on click. Please let me know, is it technically possible, if not is there workaround to achieve the same?
Thanks,
Nagendra
The element that contains the unpinned panes is the UnpinnedTabArea. If you just want to stick elements (buttons, etc.) in that area, you would probably have to create your own custom template for that element and then create a custom template for the xamDockManager which is what contains the UnpinnedTabArea so you can set your custom template on those elements. You can use the default xaml that we include with the product in the DefaultStyles directory as a starting point for your custom template.
Thanks a lot! I'll give a try..