-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Combobox items will be drawn above each other on scroll down #305
Comments
Will have a look. |
I can't reproduce your exact problem. On my machine the scrolling is totally broken. |
Thank you for your testing. I will try to reproduce this tomorrow.
|
With the code from latest develop branch the problem is solved. An unattractiveness is now, if an element is selected and the combobox is opened, the scrollbar is always at the end. As far as I can remember the normal combobox behaviour is that the selected element is in the view. |
Ok, my fix fixes the weird drawing but also destroys virtualization. Will have to find different solution. |
I pushed the changes for #309, please check how it works for you. |
Yes, this is working if I use your suggestion: On the ComboBox:
itemspanel:
|
Glad to hear that it works for you. |
Environment
Combobox shows items wrong.
on Scrolling a large list, the items would be drawn above each other:
When scrolbar is at the top, all is fine:
This problem occures in the version from GitHb from Today (2016-04-18) or from actual version on NuGet.
The text was updated successfully, but these errors were encountered: