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

Setting e.Cancel = true in Splitter.PositionChanging event should cancel any changes #2517

Merged

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented Jul 6, 2023

With WPF and WinForms it would still allow changes when setting e.Cancel = true during the Splitter.PositionChanging event, unless you also set the position explicitly. Now you can simply cancel during the changing event and it shouldn't budge.

@cwensley cwensley added this to the 2.8.0 milestone Jul 6, 2023
@cwensley cwensley merged commit 4a3cdbc into picoe:develop Jul 6, 2023
@cwensley cwensley deleted the curtis/splitter-cancel-in-changing-event branch July 6, 2023 19:54
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