Hi,
If there are many tabs which go beyond the visible area in the screen, they are grouped together and we can select them through the arrow buttons. Is it possible to change them and show them in visual studio style so that instead of browsing through the tabs I can see them in a list and select them?
Hello arpita,
Thank you for posting.
I have been looking through your issue. What I can suggest you here is using DocumentContentHost of the XamDockManager. It can provide VS style tabbed documents. SplitPlane property allows nested tab groups (TabGroupPane) to be created and multiple ContentPane tabs to be represented. Tabs can be selected by expandable list. The list is reached by an arrow on the right side of each TabGroupPane. More information about XamDockManager you can find here.
Please do not hesitate to ask me if you need any additional assistance.
Thanks for this, as this is better than the tab. However I have couple of questions -
1. How do I force a pane to remain at a position, and that user should not be able to change its location.
2. How to enable Ctrl + Tab to shift between these panes?
3. Also how to remove this 1st icon from left (I want the dropdown and close button) but not the 1st icon to be visible. Also can I have the x button on each pane like in Visual Studio 2010 instead of having at the right corner?