Text wrap in TableItem

483 views Asked by At

This is about wrapping text in a table item, I know table item doesn't support WRAP. But I am looking at possibility of embedding a StyledText inside the tableitem. Is it possible?

1

There are 1 answers

2
Konstantin Komissarchik On

You can't do it like that, but there is a facility called owner draw that allows you to paint tree and table items however you like.

http://www.eclipse.org/articles/article.php?file=Article-CustomDrawingTableAndTreeItems/index.html