picoe / Eto

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

Only remove the child from parent if it is different #2657

Closed cwensley closed 1 month ago

cwensley commented 1 month ago

Fixes DataContextChangeShouldFireForControlInTableLayout test so it doesn't fire DataContextChanged multiple times and created new test to verify it works correctly in the other case.