Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Changing the size of a Tables rows
Changing the size of a Tables rows [message #453742] Fri, 08 April 2005 13:18 Go to next message
Paul is currently offline PaulFriend
Messages: 55
Registered: July 2009
Member
Hi,

I'm currently having trouble with the appearance of a Table. I am using it
in an RCP app whioch I am writing and I would like to increase the space
between the rows.

Currently it looks like this:


Column 1:Row 1 Column2:Row1 Column3:Row1
Column 1:Row 2 Column2:Row2 Column3:Row2
Column 1:Row 3 Column2:Row3 Column3:Row3
Column 1:Row 4 Column2:Row4 Column3:Row4


I want to have it more like this:

Column 1:Row 1 Column2:Row1 Column3:Row1


Column 1:Row 2 Column2:Row2 Column3:Row2


Column 1:Row 3 Column2:Row3 Column3:Row3


Column 1:Row 4 Column2:Row4 Column3:Row4


I tried inserting blank objects to fill out the rows, but that created the
problem of me still selecting empty rows.

Any tips?
Re: Changing the size of a Tables rows [message #454089 is a reply to message #453742] Sat, 16 April 2005 01:26 Go to previous message
Eclipse UserFriend
Originally posted by: calm1979.gmail.com

If you mean you want to change height of table row....
try to insert blank image like transparency gif to first column, then image
height set table row height.


"Paul" <paul.odonoghue@learning-media.net> wrote in message
news:c4b58701c082d5ca07fef9e256652223$1@www.eclipse.org...
> Hi,
>
> I'm currently having trouble with the appearance of a Table. I am using it
> in an RCP app whioch I am writing and I would like to increase the space
> between the rows.
>
> Currently it looks like this:
>
>
> Column 1:Row 1 Column2:Row1 Column3:Row1
> Column 1:Row 2 Column2:Row2 Column3:Row2
> Column 1:Row 3 Column2:Row3 Column3:Row3
> Column 1:Row 4 Column2:Row4 Column3:Row4
>
>
> I want to have it more like this:
>
> Column 1:Row 1 Column2:Row1 Column3:Row1
>
>
> Column 1:Row 2 Column2:Row2 Column3:Row2
>
>
> Column 1:Row 3 Column2:Row3 Column3:Row3
>
>
> Column 1:Row 4 Column2:Row4 Column3:Row4
>
>
> I tried inserting blank objects to fill out the rows, but that created the
> problem of me still selecting empty rows.
> Any tips?
>
>
Previous Topic:scrolling behaviour of scrolledcomposite within scrolledcomposite
Next Topic:Setting variable column width in Tree
Goto Forum:
  


Current Time: Fri Apr 19 03:54:01 GMT 2024

Powered by FUDForum. Page generated in 0.01866 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top