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

Fix multiple selection with keys (shift/ctrl) in ListBox #4307

Merged
merged 5 commits into from Aug 6, 2020

Conversation

donandren
Copy link
Contributor

@donandren donandren commented Jul 16, 2020

What does the pull request do?

Fixes multiple selection with keys (shift/ctrl) in ListBox

What is the current behavior?

Multiple selection is not possible with keys only

What is the updated/expected behavior with this PR?

Fixes multiple selection with keys (shift/ctrl) in ListBox

How was the solution implemented (if it's not obvious)?

passed shift/ctrls states to focus

Checklist

Breaking changes

Fixed issues

fixes #4306

@grokys
Copy link
Member

grokys commented Aug 6, 2020

Thanks @donandren - sorry for the delay, was on vacation 🍹

@grokys grokys merged commit 1e87cf7 into AvaloniaUI:master Aug 6, 2020
@donandren donandren deleted the issues/4306 branch August 6, 2020 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ListBox with Multiple selection doesn't work properly with shift/ctrl + up/down
3 participants