[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[ews.eclipse.technology.rap] TreeViewer questions
|
- From: Thomas Haskes <t.haskes@xxxxxxx>
- Date: Thu, 10 Sep 2009 10:39:08 +0200
- Newsgroups: eclipse.technology.rap
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.23 (Windows/20090812)
Hi all,
I'm using a Treeviewer with 7 columns in my app. First, I want the
lines to be visible, but TreeViewer#setLinesVisible has not effect. I
found the Bug #232406 that says lines are always visible, I'm
experiencing the exact opposite here.
Second, I want some Columns to be aligned centered, and other to be
aligned right. I'm using TreeviewerColumns and set the Style using the
constructor parameter SWT.CENTER and SWT.RIGHT, respectively.
This works for the header of the columns, but not for the columns
themselves. Then I used TreeViewerColumn#getColumn and the
TreeColumn#setAlignment(SWT.CENTER) (and SWT.RIGHT), but this has no
effect, either.
How do I get the alignment working and the lines to be visible?
Greets,
Tom