NGUI Resizing of UILabel not working...need help

k need some help, anyone who knows NGUI, i’m trying to scale a label so that during runtime it autodetects the width and adjusts it. However right now it keeps it only at a constant width and does not grow it when the screen size changes. Any ideas?

I’ve even attached a base script, but have no clue what to type in the script to make it resize as monodevelop will not show any NGUI related calls for some reason, so I’m kinda stuck…

Thanks for any help on this!

If you are deploying on mobile then select scaling type as “FixedSizeOnMobile”…

Set height setting . I have set manual height to 800 and minimum height to 320. You can change as per ypur requirement.