03-06-2006 09:34 AM
03-06-2006 09:51 AM
03-06-2006 10:22 AM - edited 03-06-2006 10:22 AM
OK,
I figured out that the callback funtion is called before the scroll bar is moved. A possible solution would be enabling extended mouse events (EnableExtendedMouseEvents (panel, talbe_id, 0.010); ) and using EVENT_LEFT_MOUSE_UP instead of EVENT_LEFT_CLICK.
The scrolling will still be smooth, but as soon as the scroll bar is released, no partial row will be shown at the top of your table.
Message Edited by Wim S on 03-06-2006 05:23 PM
03-06-2006 11:08 AM
Excellent! Thank you very much!
Josh