Hi JSW W.,
Unfortunately, this functionality is not exposed.
In NUIDocument tabs at the present you can only change the appearance of the tabs by changing NDockManager.DocumentStyle.TabStyle property.
Regards,
Angel.
Depending of the palette scheme the tabs are painted differently, and thats why for different schemes they look different.
I was reading correctly, so are you saying the default curb for NUIDocument is always 4, and no way to change it?
But How come when I change pelette scheme - sometimes the curb changes?
Is there a work around on this?
Thanks,
Angel
I still don't know how to adjust the round corner as I added the document programatically.
m_DockManager.DocumentManager.AddDocument(doc)
There is no way, i could get to the NTabControl.
How could i made global setting fro NTabControl?
Hello JSW W.,
NTabControl and tabbed view of the NUIDocuments are not the same.
All you can manage in the tabbed view of the NUIDocuments is the tab style and the tab location.
To change the tab style you need to set NDockManager.DocumentStyle.TabStyle property, and to change the location you need to set NDockManager.DocumentStyle.TabAlign property.
I use the following to add new tab document. I can get to NTabControl to set Round corner. Can I get to NTabControl from documentmanger.
Also how to change space between tabs?
To ajust the round corner of the tabs in NTabControl you need to set TabCurveWidth property to desired value.
Adjusting space between tab feature is only availabe for NTabStrip control.
To set the space between tabs you need to set NTabStrip.TabSpace property.
However, this functionality is not available for NTabControl.
how to adjust round corner of tab and width between tabs
I have seen in the example but i could not modify mine.