propertySheet - TextArea

Hi,

i would like to have textArea in a PropertySheet.
acutally I only know how to use a popup text editor.

what I want to have is i.E. 3 or 4 Lines in height always-visible text box in a PropertySheet. so user can see the full text inside that property sheet without to click on that line.

Ideas?

Hi, Chris!
Property Sheet was designed as a one-line view, but there are some things that may help you to do what you need. First of all, you can just override some CSS rules (but it will work with static data only). Here is an example: Code Snippet
Also, you can create custom editor with textarea: Code Snippet