Data Grid Scroll issue
Posted: Tue Feb 25, 2014 10:30 pm
Hi,
I'm trying to implement a vertical and horizontal scroller for my Data Grid.
I'm a little fuzzy on how to link the scroll objects to my data grid object.
I did something like this after I added the Vertical and Horizontal scroll bars:
on scrollbarDrag V
set the dgVscroll of control "dgViewWindow" to V
end scrollbarDrag
Although the scroll bar moves, my data grid is not being scrolled vertically or horizontally.
Thanks!
I'm trying to implement a vertical and horizontal scroller for my Data Grid.
I'm a little fuzzy on how to link the scroll objects to my data grid object.
I did something like this after I added the Vertical and Horizontal scroll bars:
on scrollbarDrag V
set the dgVscroll of control "dgViewWindow" to V
end scrollbarDrag
Although the scroll bar moves, my data grid is not being scrolled vertically or horizontally.
Thanks!