05-15-2013 06:33 PM - edited 05-15-2013 06:37 PM
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?
05-16-2013 12:03 PM
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...