I am using the UltraDockWorkspace with the Office2007 WindowStyle. When there are multiple unpinned docked panes the tabs overlap and only the images of the inactive panes show. I would like to show the tabs similar to how Visual Studio 2008 show grouped tabs - all tabs text and images are visible and tabs are immediately next to one another. Is this possible?
Thanks.
Drew
after writing my post and looking throught the dock manager object model I found the CompressUnpinnedTabs property. This will do exactly what I am looking for.