05-01-2023 02:28 PM
So I'm aware of tricks to have a String Indicator constantly scroll to the bottom line during run time. Likewise, I know of methods for Arrays where you make a certain row/column visible on the Front Panel (I say that... I was looking at the property nodes and have clearly forgotten how to do this...).
Is there a method with multicolumn listboxes to have it scroll programmatically. Where when I get to the bottom of the listbox, the next iteration will then update the list box to have either placed the new item at the top or just scrolled the listbox "down" one row?
Solved! Go to Solution.
05-01-2023 03:07 PM
Is this what you are looking for?
Slight modification from Programmatically Set Scroll Bar Position in a Multicolumn Listbox or Tree Control
05-01-2023 05:10 PM
That is pretty much what I wanted. Thank you.