LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Smooth Cluster Array Scrolling

This is an odd question.  Is there anyway to have a "smooth scrolling" feature of an array where the horizontol or vertical scroll bars are enabled?  LabVIEW tends to "snap" scrolling to elements end-to-end.  This is awkward for the end user when moderatly sized clusters are used in an array.  The effect is kind of disorienting because it is hard to keep track of how-far you have scrolled.

 

It can also be a pain for me because LabVIEW forces me to make the size of the array element some multiple of the size of the element type.  It would be nice if the elements scrolled by smoothly when the user adjusts the positioning of the scroll bar and if I wasn't limited in the size of the array window.

 

Any solutions? 

0 Kudos
Message 1 of 3
(2,855 Views)

Good Afternoon Nickerbocker,

 

I created a quick example and cannot duplicate this behavior.  Please attach a VI that displays the behavior which you are encountering so we may better describe a solution.  Thanks!

0 Kudos
Message 2 of 3
(2,825 Views)
Scrolling arrays is "quantized" to whole elements. You cannot scroll in fractional steps. Is that what you want?
0 Kudos
Message 3 of 3
(2,798 Views)