Author Topic: refresh scrollview help  (Read 5612 times)

gamedivisionuk

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 36
    • View Profile
refresh scrollview help
« on: September 25, 2016, 04:36:51 AM »
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

gamedivisionuk

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 36
    • View Profile
Re: refresh scrollview help
« Reply #1 on: September 25, 2016, 04:49:08 AM »
solved it myself
setting the repositionNow to true