Community
Participate
Working Groups
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 );
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.