I want to add some padding between tabs when they are in a UltraDockManager and UltraTabbedMdiManager. I am not able to find a way to do this. Ideally, I will like to set a property in the UltraDockManager and UltraTabbedMdiManager that specifies any extra space between the tabs.
Thanks.
I submitted the idea, however, I cannot wait until a future release to add tab spacing. Since I have the source, how can I do it myself? With some guidance, I should be able to expose the property through the managers. At the end, all I need to do is set the property UltraTabControlBase.InterTabSpacing in all tabs, but I need a way to get to the tabs from the managers.