Bug 97077

Summary: TableColumn should be multi-line
Product: [Eclipse Project] Platform Reporter: David Bourguignon <tal.bourguignon>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: alexey.v.romanov, bpasero, ericwill, etiennel, steve_northover, timur.achmetow, veronika_irvine
Version: 3.0.2Keywords: triaged
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description David Bourguignon CLA 2005-05-27 16:15:40 EDT
It would be usefull if we can affect to a TableColumn a kind of SWT.MULTI, SWT.WRAP style so a long 
text could be display in a row. The height of changing accordingly.
Comment 1 Andriy Rysin CLA 2005-07-09 17:47:06 EDT
Linux/GTK implementation of table column can be easily made multiline inserting
"\n" into text - should work in current implementations.
Windows implementation for this would be very tricky. In Win32 programming
people either replace table control or table header control to get this
functionality or create all kind of tricks to full ListView32 window to allow
multiliner. I did a quick research for this Win32 problem and did not see any
easy solution. I don't expect it to be solved any time soon.
Comment 2 budili Mising name CLA 2010-07-21 05:11:14 EDT
I think in some cases its a very useful thing, if i have the possibility to wrap the text im my Tableheaders.
Comment 3 Eric Williams CLA 2017-07-28 10:07:49 EDT
Patches are welcome.