You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by arifu-dev November 2, 2024 layout.Children.Clear(); does not remove any child views, removing them individually with layout.Children.RemoveAt(i); works as expected.
We can actually correctly remove them all with ClearChildren(). But knowing that this question will arise more and again we should definitely hook into Children.Clear() to invoke this from there..
The text was updated successfully, but these errors were encountered:
Discussed in #108
Originally posted by arifu-dev November 2, 2024
layout.Children.Clear();
does not remove any child views, removing them individually withlayout.Children.RemoveAt(i);
works as expected.We can actually correctly remove them all with
ClearChildren()
. But knowing that this question will arise more and again we should definitely hook into Children.Clear() to invoke this from there..The text was updated successfully, but these errors were encountered: