From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array last element display if scrollbar is on

Hello,

is there a way to have an array of N elements with scrollbar but prevent the N+1 -th  element from showing?

This is what happens when you add a scrollbar:

2018-05-31 11_11_30-Test Selector.lvclass_Test Me.vi Front Panel on UniMove.lvproj_My Computer _.png

.. and this is what i would like: (ms paint work)

Array.png

 

Thank you for any suggestions!

0 Kudos
Message 1 of 4
(2,492 Views)

You can "play" with external scrollbar.

scroll.pngscroll2.png

0 Kudos
Message 2 of 4
(2,469 Views)

You're right, external scrollbar is an acceptable workaround, although a little bit awkward. 

0 Kudos
Message 3 of 4
(2,463 Views)

The extra element is a feature, it allows users to 'grow' the array (add elements to it). Definitely not something you'd like to have as a programmer, but sadly there's no control over it... DIY is the only way out.

0 Kudos
Message 4 of 4
(2,460 Views)