Changing the Height of a Numeric Control or Indicator in LabVIEW

Updated Jan 14, 2025

Reported In

Software

  • LabVIEW

Issue Details

How can I increase the height of my numeric control or indicator in LabVIEW's front panel? The Height property is grayed out in the Properties menu.

Solution

You can adjust the height of a numeric control or indicator using a property node. To do this, right-click on the control or indicator, then select Create>>Property Node>>Numeric Text>>Size>>Height. Once the property node is created, you can modify the height by writing a value into it. If the property node is set to read, right-click on it and select Change to Write.