-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
ScrollViewerEx can not auto scroll #81
Comments
At the same time If ScrollViewerEx is used with the ComboBox control, it will not automatically scroll to the selection when clicking the drop-down button. |
If you remove the ScrollInfo override everything starts working normally |
After deleting this code, an error occurred while running for ListBox Control. |
Hey, Pls check after the latest commit if the problem still exists. |
Does this problem appear in the latest code? |
When using ScrollViewerEx on a Listbox, if an item is partially obscured,
clicking on it with the mouse will automatically scroll to full display if using ScrollViewer, while ScrollViewerEx will have no response.
The text was updated successfully, but these errors were encountered: