LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the height and width of a control?

Dear all,

is there anyway to change the height and width of a control?

 In the property nodes, i am just able to read the bound values but cudnt write to it.

How can i set the bound values for a control?

 

Thanks,

Ritesh

0 Kudos
Message 1 of 8
(5,811 Views)

Simple,Two Ways:

 

Directly resize by dragging the mouse in "select" mode from tools palette

 

or

 

right click on control and select properties. In the appearance tab, you can alter height and width

 

Hope ur problem is solved

 

 

-Parag D

Certified LabVIEW Associate Developer

-FraggerFox!
Certified LabVIEW Architect, Certified TestStand Developer
"What you think today is what you live tomorrow"
0 Kudos
Message 2 of 8
(5,803 Views)

if using bound property, simply right click and select change to write.

-FraggerFox!
Certified LabVIEW Architect, Certified TestStand Developer
"What you think today is what you live tomorrow"
0 Kudos
Message 3 of 8
(5,799 Views)

No, Ritesh was asking how to do it on the block diagram and the Bounds property cannot be written to.

 

It is simply a matter of using the Button Size property. It is a cluster with  height and width elements.

Message Edited by Dennis Knutson on 12-24-2008 05:02 AM
Message 4 of 8
(5,797 Views)

Sorry, I forgot to mention to select the button size property......

yes it preety much does the trick

-FraggerFox!
Certified LabVIEW Architect, Certified TestStand Developer
"What you think today is what you live tomorrow"
0 Kudos
Message 5 of 8
(5,785 Views)
Not all controls can be sized this way. For example to change the vertical size of a simple numeric, you would need to change the font size.
Message 6 of 8
(5,747 Views)
Almost all classes have properties which allow changing their size, but the exact property varies with the class. In the simple numeric class, I believe you can use the properties you get in the numeric text section, but I can't check at the moment.

___________________
Try to take over the world!
Message 7 of 8
(5,719 Views)

Hi Ritesh,

 

I think your query is solved.

 

Regards,

Vaibhav

.......^___________________^
....../ '---_BOT ____________ ]
...../_==O;;;;;;;;_______.:/
.....),---.(_(____)/.....
....// (..) ),----/....
...//____//......
..//____//......
.//____//......
..-------
0 Kudos
Message 8 of 8
(5,695 Views)