I'm implimeting drag column reordering in an RB listbox so I need to be able to scroll while dragging... I think I know how to manage that ... but I need to know when I've reached the end.. For scrolling to the left it's easy... if ScrollPositionX is 0 you can not go farther that way... but is there an easy way to determine the max value for right scrolling or do I have to add all the column widths and calculate the total width of all the columns and subtract the listbox width and vert scrollbar width (if used)? I am allowing coulm resizing so I woudl have to recalculate it every drag..
Thanks, - Karen _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
