how to auto scroll?
Hi all-
I working on drag and drop (for headers only) so that our clients can configure where they want the grid headers. )This is design time functionality i.e. a config utility.)
My problem is that if the grid has more columns than visible I can't drag my header/column past the end of the visible grid. I would like to invoke scrolling automatically when I drag to the right, past the end of the visible columns and autoscroll.
I believe I need to invoke .setCurrentColumn programmatically in my drag routine but am not sure. Is there a way to do what I want to do?
thanks
Max
I working on drag and drop (for headers only) so that our clients can configure where they want the grid headers. )This is design time functionality i.e. a config utility.)
My problem is that if the grid has more columns than visible I can't drag my header/column past the end of the visible grid. I would like to invoke scrolling automatically when I drag to the right, past the end of the visible columns and autoscroll.
I believe I need to invoke .setCurrentColumn programmatically in my drag routine but am not sure. Is there a way to do what I want to do?
thanks
Max
November 10,