[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Horizontal TableViewerColumns in a tableviewer

Madhu Samuel wrote:

adithya wrote:

Hello madhu,
Actually i want to add the columns row-wise and not column-wise

like

column1
column2
..
..
column n

and not like

column1 column2 .... column n

Adithya.

Hello Adithya,

Do you want your text to be visible in the normal way, or should it be writen from bottom to top?
Hello,
I am using a tableviewer for the table..hence,i am getting the data through the content and label provider.


So,i want data corresponding to the column i.e.

column 1 - name 1 name 2...name n
column 2 - roll 1 roll 2...roll n
.
.
column n - department1 department2... department n

As far as i get the data the order isn't important.

Adithya.