Hallo,
Zitat:
Mit TabWidth stelle ich die Breite für jeden Tab ein. Geht das auch irgendwie für einen einzelnen?
Soweit ich weiß geht es nicht.
M$ sagt dazu:
Zitat:
For fixed-width and owner-drawn tab controls, you can set the exact width and height of tabs by using the TCM_SETITEMSIZE message. In other tab controls, each tab's size is calculated based on the icon and label for the tab [...] Because all tabs in an owner-drawn tab control are the same size [...]. There is no tab control style for owner-drawn tabs of varying size.
Gruß