How do I set line wrapping on a LABEL component, being fed from a dataset? I tried using the above, but doesn't work. e.g.
descript_txt.setDataProvider(data1_ds);
descript_txt.setDataAllProperty("multiline", true);
descript_txt.setDataAllProperty("wordWrap", true);
I also tried
descript_txt.setStyle("multiline", true);
descript_txt.setStyle("wordWrap", true);
Still doesn't work. Any ideas?
Geoff