As stated in #25978 (comment), I want to implement autoscroll for drag-and-drop operations, and https://github.com/wxWidgets/wxWidgets/blob/61300d78d215e576576e7dc951f3147ef1785db2/samples/dnd/d_and_d.txt#L163 implies that I'm not the only one who wants this feature.
Now that the wxScrolled<> autoscroll region is configurable, this PR is a suggestion for another wxScrolled<> extension to support autoscrolling during drag-and-drop. Commit 9054302 implements the support, and commit e2439c1 modifies the dnd sample to demonstrate dragging a DnDShape from one DnDShapeFrame to another DnDShapeFrame with the destination DnDShapeFrame autoscrolling.
I realize that commit e2439c1 leaves the sample with some imperfections, but I think the current form is sufficient to demonstrate the API. If the API is approved, then I will go back and refine the sample.
https://github.com/wxWidgets/wxWidgets/pull/26237
(3 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
If the API is approved, then I will go back and refine the sample.
And add documentation to interface/wx/scrolwin.h.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@wsu-cb pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@wsu-cb pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()