picoe / Eto

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

Reparent TableRow and TableCell when added from one table to another #2600

Closed cwensley closed 9 months ago

cwensley commented 9 months ago

Now when you add a TableRow or TableCell to a new TableLayout that have already been added to an existing TableLayout, it will be removed from the original TableLayout and the controls will be reparented.