I tried this:
<TableView>
<columns>
<TableView.Column name="name" width="100">
<cellRenderer>
<content:TableViewCellRenderer
styles="{wrapText:true}"/>
</cellRenderer>
</TableView.Column>
</columns>
....
</TableView>Almost works. Well, *almost*. The text in the row is properly wrapped. However the row itself has incorrect height - its height is still the same as if there was only one line of text in it. Is it a bug, or am I doing something wrong? Thanks, Piotr
