I'm trying to build a text component that will dynamically size its height based on the textHeight property after its htmlText property is set. However, it appears that the textHeight property doesn't include the height of images loaded into the component. e.g. comparing the textHeight of components displaying a string of HTML--one with an image and the other without--yields the same values...
Anyone know how to reliable guage how large the content of a text component is when using htmlText with images? Thanks! --James

