Does anyone know how I can remove specific widgets instead of all of them?
hi,
make a reference to your widget and say RemoveFromParent… this will remove the widget in question from the screen.
hope this helps you
cheers
2 Likes
It worked thanks
1 Like
If you need to reuse the widget later, you can also just set visibility on it to hidden. Then later change it to visible.