ScrollViewerEx can not auto scroll
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.
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.
https://github.com/iNKORE-NET/UI.WPF.Modern/blob/8620356967c85ddaa8da42422e0c940e43e03bce/source/iNKORE.UI.WPF.Modern/Controls/ScrollViewerEx.cs#L108
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.
After deleting this code, an error occurred while running for ListBox Control.
Does this problem appear in the latest code?
I'm closing this due to long inactivity, feel free to reopen if the issue still exists.