picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.55k stars 323 forks source link

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

Closed cwensley closed 1 year ago

cwensley commented 1 year ago

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.