Setting the position of a list box

BlitzMax Forums/BlitzMax Programming/Setting the position of a list box

taxlerendiosk(Posted 2005) [#1]
How do I change the position of a list box's vertical scrollbar? I don't need to get feedback from when the user scrolls it or anything too complicated. Just need to set the list box view-position, once, after the listbox is created and populated. A Windows-only solution would be fine at this point (though it seems unlikely to me that Cocoa/Fltk shouldn't be able to do this). Or am I overlooking a MaxGUI command somehow?