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

ScrollViewerEx can not auto scroll #81

Open
wuyang26 opened this issue Aug 14, 2024 · 5 comments
Open

ScrollViewerEx can not auto scroll #81

wuyang26 opened this issue Aug 14, 2024 · 5 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@wuyang26
Copy link

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.
image

@NotYoojun NotYoojun added bug Something isn't working help wanted Extra attention is needed labels Aug 14, 2024
@wuyang26
Copy link
Author

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.

@Bober95
Copy link
Contributor

Bober95 commented Aug 18, 2024

ScrollInfo = new ScrollInfoAdapter(ScrollInfo);

If you remove the ScrollInfo override everything starts working normally

@wuyang26
Copy link
Author

After deleting this code, an error occurred while running for ListBox Control.

@NotYoojun NotYoojun changed the title ScrollViewerEx can not auto scroll ScrollViewerEx can not auto scroll Aug 25, 2024
@Bober95 Bober95 mentioned this issue Aug 27, 2024
@NotYoojun
Copy link
Member

Hey,

Pls check after the latest commit if the problem still exists.

@NotYoojun
Copy link
Member

After deleting this code, an error occurred while running for ListBox Control.

Does this problem appear in the latest code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants