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

Wpf: Calculate width of DropDown when needed and cache value #2208

Merged
merged 1 commit into from
Apr 29, 2022

Conversation

cwensley
Copy link
Member

DropDowns with a lot of items could cause the layout to go very slow. Now it gets cached until the list changes. Also, when you set a specific desired width of the DropDown, this is not even needed anyway so it now skips doing all that logic.

@cwensley cwensley added this to the 2.6.2 milestone Apr 29, 2022
@cwensley cwensley merged commit 9f6efd4 into picoe:develop Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant