LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Set the label length of Tab ctrl

Hello ,

Using easytab package can generate a tab ctrol easyly , but the label (title) length just changed follows the label text length , e.g, if set 2 characters , it just shows the tab handle as a short modes. I need to set a fixed label length , is there a method ?


David
0 Kudos
Message 1 of 2
(2,741 Views)
Apart from creating a tab title with extra spaces added, you can only impose that the tab expand to occupy all of the tab control width by using
EasyTab_SetAttribute (panel, control, ATTR_EASY_TAB_STRETCH_TO_FIT, 1);


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,735 Views)