Open wuyang26 opened 2 months ago
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.
After deleting this code, an error occurred while running for ListBox Control.
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.