You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using InlineCssTextArea, and as characters are added, I wish to enlarge the area and the box that contains it so that all the characters are shown. And shrink it when characters are deleted. The box must be a tight boundary for the area's contents. I thought area.get TotalWidthEstimate() might be the way to measure the width of the contents, but it returns 15.0 no matter what is in the area. The area's preferred width is 64. Is there something I should call to get a valid total width? Is this documented anywhere? And is there a forum for questions like this so it is not flagged as an Issue? Thanks.
The text was updated successfully, but these errors were encountered:
I am using InlineCssTextArea, and as characters are added, I wish to enlarge the area and the box that contains it so that all the characters are shown. And shrink it when characters are deleted. The box must be a tight boundary for the area's contents. I thought area.get TotalWidthEstimate() might be the way to measure the width of the contents, but it returns 15.0 no matter what is in the area. The area's preferred width is 64. Is there something I should call to get a valid total width? Is this documented anywhere? And is there a forum for questions like this so it is not flagged as an Issue? Thanks.
The text was updated successfully, but these errors were encountered: