LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom listbox control looks stupid on window resize

I just wanted to move my vertical scrollbar to the left. Now, when VI scaling is enabled ("scall all objects as panel resizes" ) it looks stupid: it gets "lost." See the custom ctrl. Put it in a VI, with VI scaling on, then maximize. 

 

How can I lock the scrollbar to the left? 

0 Kudos
Message 1 of 2
(2,342 Views)

The Scrollbar position is relative to the right side of the listbox grid,

so that when the listbox control grid resizes, the scroll bar follows its right side.

 

By making the control a strict typedef it won't resize even when the front panel resizes keeping your scrollbar at its left position...but I guess its not what you aim to do...

 

I haven't found a way to manage that, but I think you could post it to the UI Interest Group.

 

Cheers...

0 Kudos
Message 2 of 2
(2,305 Views)