picoe / Eto

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

Wpf: Fix issue that could cause an endless loop with Tree/GridView #2692

Closed cwensley closed 1 month ago

cwensley commented 1 month ago

Setting focus to the TreeGridView/GridView can sometimes cause the application to hang due to a bug in WPF with layout rounding turned on. See https://github.com/dotnet/wpf/issues/9944 for more details.