Hi,
I need to remove some UI components depending on some logic events. The challenge here is I would not only hide the elements (i know how to do that with the “is visible” attribute) because if i only hide them i see the original space assigned to them and i see that white space on the screen.
It would be great if i could remove or show that element if something happens. Is that possible?
Regards,