So I have a bunch of unpinned tabs on the right. The first one shows the text but all the rest only show its icon with no text. I programattically set the text property so I know its getting set for all of them. I pretty much create a DockableControlPane and set some properties then add it to the DockAreaPane for the right. Is there some other property I need to set for it to show the text on all tabs? It also shows the text if I hover over the tab but I want it visible all the time.
Set UltraDockManager.CompressUnpinnedTabs to False.