LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tab control does not allow to reduce its size


@Yamaeda wrote:

@_Y_ wrote:

control_script.png


Does that catch everything, like decorations and stuff?


Yes, it catches decorations

_____________________________________
www.azinterface.net - Interface-based multiple inheritance for LabVIEW OOP
0 Kudos
Message 11 of 14
(1,224 Views)

Hi Paul,

 

Your variant really works!

 

How I did it:

1. Switch to Page 2.

2. Place something on page, even decoration.

3. Disable Auto Grow

4. Delete placed object.

5. Enable Auto Grow.

0 Kudos
Message 12 of 14
(1,210 Views)

It does not work for me. LabVIEW 2021.0.1f2 (32-bit).

 

Really strange.

_____________________________________
www.azinterface.net - Interface-based multiple inheritance for LabVIEW OOP
0 Kudos
Message 13 of 14
(1,162 Views)

I encountered this same issue (using LabVIEW 2025 Q3). 

 

This is a simple way to reproduce it: Open a new VI, create a tab control. On the front panel, put some control object on one of the pages (I tried with another tab control, a numeric control, a boolean LED control, and with and XY graph. Right click on that item and select "fit control to pane", which changes the size of this control to the size of the window. The tab control is sized with it (because auto-grow in the Advanced menu of the tab control is enabled by default). Then undo the re-sizing of the control (press control-Z). The control goes back to its original size but the tab control stays large. 

The tab control can now no longer be dragged to a smaller size. 

Next: delete the control that was added to the tab control and observe that the tab control resizing is enabled again.

It seems to me that this might be a bug...

Martijn.

 

Message 14 of 14
(40 Views)