Bug 97077 - TableColumn should be multi-line
Summary: TableColumn should be multi-line
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0.2   Edit
Hardware: All All
: P3 enhancement with 4 votes (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2005-05-27 16:15 EDT by David Bourguignon CLA
Modified: 2017-07-28 10:07 EDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.