Hi!
So I have a scroll view that's got a UITable in it, the table will have a list of say 10 items. Each of these items is a prefab that represents a row. e.g. InboxRow.. in the InboxRow prefab I've got buttons, labels, and they always work perfectly in this scrollview.
However now I have requirement to include a dropdown. The drop down also shows perfectly.. but the problem is when I click the dropdown, the actualy "drop-down List" is huge. I can make textscale of the popup a better size, but the actual dropdown box is still huge. Is there a work around for this? Thanks
the blue "Message" button is the uipopup, that big gray thing is the drop down box in question.
I've attached a screenshot.