[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: TableViewer and SWT.CHECK

David Huebel wrote:
When I create a TableViewer with SWT.CHECK, the check box renders on top of
the text in the first column of the table.  (The text is centered, and the
check box appears to be left-justified, so if I enlarge the column, the
check box appears to the left of the text.)

Am I doing something wrong, or is this the "correct" behavior?  Is there a
way to make the check box render in its own column, or do I need to
implement this myself by adding an extra column with a CheckboxCellEditor?

-David

How about using a CheckboxTableViewer?

--
Derek