Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving AutoPanning #28

Open
XMJLXMJL opened this issue Oct 8, 2023 · 1 comment
Open

Improving AutoPanning #28

XMJLXMJL opened this issue Oct 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@XMJLXMJL
Copy link

XMJLXMJL commented Oct 8, 2023

Currently, with AutoPanning, when performing a "selection" operation, the mouse must be moved outside of the "RichItemsControl" in order to activate AutoPanning. This can potentially result in situations where, when the window is in full-screen mode and the "RichItemsControl" is at the window's edge, there is no space for the mouse to move further outward, preventing AutoPanning from occurring.

Therefore, it is recommended to optimize the triggering mechanism for AutoPanning so that it doesn't require moving outside of the "RichItemsControl." Instead, it should be activated when the mouse is near the edge within the "RichItemsControl."

Translated by Chat GPT.Hope it hasn't been translated incorrectly.

@mircea21S
Copy link
Owner

This could definitely be an improvement so I will add this to the list for the next release.

Thanks for raising this.

@mircea21S mircea21S added the enhancement New feature or request label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants