0

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?

SomeDude
  • 7,432
  • 4
  • 19
  • 33

1 Answers1

0

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

Konstantin Komissarchik
  • 28,148
  • 4
  • 58
  • 61