views:

9

answers:

0

I want to use the Eclipse AdvancedPropertySection which uses PropertySheetPage to display and edit properties, but some of my properties are multi line (e.g. Description).

Problem: I can't get the PropertySheetPage to display multi line properties. It displays them as a single line, like this:

alt text

I tried using WrapTextPropertyDescriptor instead of TextPropertyDescriptor, but it doesn't seem to help.

Is there a way to display multi line properties using the AdvancedPropertySection(PropertySheetPage)?