Hello,
I create Tabs with icons as follows:
My problem is, on module load, the tab picker (which displays the title of the tab) does not auto-adjust its WIDTH to accommodate the entirety of my tab title + icon, as shown in the attached "tabtitleproblem.png" image.
It is a minor thing but makes my UI look quite amateur. Is there a method to auto-adjsut the Tab header width so that my tab titles and icons can be displayed fully?
Thanks a lot,
Berkan
I create Tabs with icons as follows:
Code:
Tab tTab1 = new Tab("Patient", "icons/patienttabimage.png");
It is a minor thing but makes my UI look quite amateur. Is there a method to auto-adjsut the Tab header width so that my tab titles and icons can be displayed fully?
Thanks a lot,
Berkan
Comment