I want a form containing:
+----------------------------------------+
| Dialog Title X|
+----------------------------------------+
+----------------------------------------+
|icon | |
|32x32px| One-line label (Heading) |
| +--------------------------------+
| | |
| | Message label with auto-wrap |
| | text according to any given |
| | string. |
+-------+--------------------------------+
| row for dialog buttons... |
+----------------------------------------+
I'll gladly answer any questions; the basic idea is still simple (though I cannot get it to work): Given any message string containing possible newlines the dialog (a Form) should keep its width but grow vertically depending on the message.
Any way how this can be done?