LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

classic style string ctrl height and it's text size

I have included a classic style string control.The height of the string control is completely dependent on size of the text.Is it possible to get any height of the string ctrl fixing it's text size?
0 Kudos
Message 1 of 2
(3,031 Views)
Hi Tupai!

The height of the string control is not an attribute that you can set.  I think that a good option for you might be to use a classic style textbox.  Using the textbox, you can set the height and width of the box to any values you wish, using the SetCtrlAttribute() attribute.  Let me know if this prompts any further questions!

NickB
0 Kudos
Message 2 of 2
(3,005 Views)