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 Splitter doesn't autosize correctly in some cases #1676

Closed
cwensley opened this issue May 12, 2020 · 0 comments · Fixed by #2051
Closed

WPF Splitter doesn't autosize correctly in some cases #1676

cwensley opened this issue May 12, 2020 · 0 comments · Fixed by #2051
Labels
Milestone

Comments

@cwensley
Copy link
Member

In some cases a Form won't get the right size when it contains a Splitter. This is because the splitter position is only set during WPF's Loading event, which happens after the Form's Loading event which has already set the form to stop auto sizing.

We need to figure out a way to satisfy all of the tests for the Splitter in WPF so that it can report the correct desired size in all cases.

This is a follow up to #1110

@cwensley cwensley added this to the 2.5.2 milestone May 12, 2020
cwensley added a commit to cwensley/Eto that referenced this issue Nov 9, 2021
- Allows you to perform logic or change state while a user moves the splitter
- Wpf: Fixes issues triggering events when fixed panel is set, and fixes the initial size of the control. Fixes picoe#1676
@cwensley cwensley modified the milestones: 2.6.x, 2.6.0 Nov 12, 2021
@cwensley cwensley added the bug label Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant