06-07-2024 05:40 AM
I have created a frontpanel with two string control/indicator there follows the windows size, no problem. (see SizeTest.vi)
The problem is that in the lower panel, I have a stop button, that I would like to have centered in that panel.
Is there any easy method to do this, or will I have to programely move the origin for the lower panel?
06-07-2024 07:21 AM
Unless new functions have been introduced in newest releases (but I don't think so), you need to center the button programatically.
There is a dedicated This vi > Panel resize event.
06-10-2024 09:45 AM
R-click the splitter -> Lower pane -> Pane Sizing -> Scale objects
06-11-2024 12:45 AM
I don't want to scale my objects in the lower panel.
Just keep the panel in center.
Since there is no "Origin Sticks to Center" option i LV, I have to move the lower panels origin with some code instead.