i have multiple labels within a scrollview that automatically gets sorted via the UIGrid sorting alphabetically when i click on one label i can delete it my question is when i do delete it, it leaves a gap but what i need is for all the other labels to reset position removing the space where that deleted label was
im using playmaker and nGui together
thanks
ive tried calling the method void Refresh() once label is deleted but doesnt do anything