03-15-2012 05:56 PM
Is it possible to set the width of a tab controls tabs (where the label is). I am trying to set all tabs to the same size, I wish to use the singlw row scoll option.
03-16-2012 12:20 AM - edited 03-16-2012 12:21 AM
Hi,
having the same width should be possible: In the UI editor, select the tab, and on the Edit Tab panel choose Control Appearance / Tab fit mode = Single row justify
03-16-2012 03:46 AM
I don't think there is a way to do this. You could try experimenting with SetCtrlAttribute (, , ATTR_TABS_MAX_TAB_WIDTH, ), but unfortunately, there is no ATTR_TABS_MIN_TAB_WIDTH.
03-16-2012 04:09 AM
At least I just learned about this attribute Another reason to better get used to the UI attribute browser which actually shows it...