Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 365858 - [Table] Table with only fixed columns does not show any items
Summary: [Table] Table with only fixed columns does not show any items
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.5 M6   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 04:59 EST by Rüdiger Herrmann CLA
Modified: 2012-03-14 07:57 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rüdiger Herrmann CLA 2011-12-07 04:59:58 EST
A table that consists only of fixed columns does not show any table items.

E.g. 
Table table = new Table( parent, SWT.NONE );
new TableColumn( table, SWT.NONE );
new TableColumn( table, SWT.NONE );
table.setData( "fixedColumns", 2 );
Comment 1 Tim Buschtoens CLA 2012-03-14 07:57:16 EDT
Fixed TreeRowContainerWrapper in CVS HEAD.

What looks a bit strange is when there are only fixed columns and there is not enought space to show them, in which case a horizontal scrollbar appears and can be used, but has no effect.