Jump to content
Sign in to follow this  
JB47394

Access RscNListBox.ScrollBar as RscSlider?

Recommended Posts

Can the ScrollBar on an RscNListBox be accessed as a control such that I can use commands like sliderPosition?  Alternately, is there any way to find out where the list box's slider is positioned, or even which set of list box items are visible?  I want to be able to figure out which list item is under the mouse cursor.  Straight math can tell me which row of the control the mouse is over, but not which row of the items.

I've tried hunting down the ScrollBar without luck.  allControls on my display doesn't turn anything up.  I'm assuming that ScrollBar on RscNListBox is just a notation and is unrelated to controls.  Throwing slider commands at the RscNListBox didn't appear to work either.

Share this post


Link to post
Share on other sites

Bump, I also need to to access ListBox' slider position (and set it, too!)

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×