WebTextArea Vertical Center

I have some text (multiple lines, multiple paragraphs) inside of a WebTextArea component. I have the left, top, and right locked.

In need to either: 1) Center the text vertically in the WebTextArea (preferable) OR 2) Resize the height of the WebTextArea to fit to the text.

I would prefer not to use a WebHMTLViewer component instead but I will if there is no other way.

Any suggestions?

Do you need the text to be editable?

No. It will always be read-only on the web page.

You might have some success with a WebLabel with the MultiLine property set to False.