I have project with a scrollpane with a lot of lists with a lot of controls.
I have drag and drop working OK the problem is sometimes,when dragging the target will be off the screen. When I drag to the edge of the screen I need to begin scrolling. I though about using the underlying pane but it will not always be available because the lists will be covering the edges.bars
Anybody have any ideas on the best way to accomplish this?
Is it possible to make the scrollpane scrollbars part of a drag and drop?
I have included a sample project.
Thanks in advance for any ideas.
I have drag and drop working OK the problem is sometimes,when dragging the target will be off the screen. When I drag to the edge of the screen I need to begin scrolling. I though about using the underlying pane but it will not always be available because the lists will be covering the edges.bars
Anybody have any ideas on the best way to accomplish this?
Is it possible to make the scrollpane scrollbars part of a drag and drop?
I have included a sample project.
Thanks in advance for any ideas.