Shorts & AutoLineHeight

I am working with Shorts (thanks @Bob Keeney & Company!!) and when I do a TextItem with WrapLines=True and AutoAdjustHeight=True, the text wraps and displays it properly. But if I look at the TextItem.height property it doesn’t give me the rendered/final height but the height that I originally passed to it. Is there a way for me to find out what the final height of the TextItem is?

Thanks!!
—sb

At this time you’ll need TextItem.Bounds.Height when working with AutoAdjustHeight

Tim, thanks a lot! I knew that someone would answer it before I got home from the office.