You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
- 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. Fixespicoe#1676
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
The text was updated successfully, but these errors were encountered: