I'm using org.eclipse.swt.widgets.Table
. I have a column whose width is 100, say if the corresponding TableItem
's text is longer than the column width, I want the remaining text to appear in a new line in that cell.
Is it possible?
I'm using org.eclipse.swt.widgets.Table
. I have a column whose width is 100, say if the corresponding TableItem
's text is longer than the column width, I want the remaining text to appear in a new line in that cell.
Is it possible?