LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programatically Change size of Labview control

Can i programatically change size of any LV control?(i.e say if i use table or listbox & if i need to change the width of table by some user specified dimension, can i do it?)
Message 1 of 5
(4,757 Views)


@murali_vml wrote:
Can i programatically change size of any LV control?(i.e say if i use table or listbox & if i need to change the width of table by some user specified dimension, can i do it?)



Yes. Use property nodes (right-click on the terminal, then select "Create>Property node", as in the attached vi.

Happy New Wires !

CC
Chilly Charly    (aka CC)
Message 2 of 5
(4,755 Views)
Thanks Chilly for reply.Can i do the same using ActiveX?

Cheers
murali
0 Kudos
Message 3 of 5
(4,751 Views)
There is a property node named "container bound", that allow you to change the width and height of the ActiveX control. See the attached vi

CC
Chilly Charly    (aka CC)
0 Kudos
Message 4 of 5
(4,734 Views)

Can the same be done with a Digital control/indicator? The Bounds.Area Width property is read-only. Oh, its the TextWidth or Numeric Text.Size properties. The height is also auto-sizeable by Numeric Text.Font.Size.

0 Kudos
Message 5 of 5
(1,694 Views)