Hello,
I have a scroll view which start with 0 items, and the user adds throughout the game, meaning I do not have a fix number of items
for my scroll view.
I am facing a problem making the scroll view stop its scrolling property when not needed, ie when my vertical list fits 5 items and I only
have 2 or 3 items, no need to scroll them and let them be sorted from top to down until they dont fit and scrolling will be enabled.
Is this doable? and if yes any hint or link or tutorial please.
Thanks,
moghes