About Creation of Table [message #84967] |
Sun, 27 March 2005 19:40 |
Eclipse User |
|
|
|
Originally posted by: sushant.xxx.com
Hi,
I have created one table using SWT widgets. Then i add column to it
, but these columns are not visible. And How can I add more Columns to
table ?
sushant
|
|
|
Re: About Creation of Table [message #84982 is a reply to message #84967] |
Sun, 27 March 2005 18:34 |
Eclipse User |
|
|
|
Originally posted by: myersj.gmail.com
Sushant,
The default behaviors of the SWT Table widget is pretty odd. You'll
have to change some of the properties to make columns show up as
expected. On the Table, change the headerVisible and linesVisible
properties to true, then on the TableColumn change the width property to
some reasonable value (e.g. 60).
In the next release of VE these options will be the defaults on dropping
a Table and TableColumn.
Hope this helps,
- Jeff
sushant wrote:
> Hi,
> I have created one table using SWT widgets. Then i add column to it
> , but these columns are not visible. And How can I add more Columns to
> table ?
> sushant
>
|
|
|
|
Re: About Creation of Table [message #87791 is a reply to message #87763] |
Wed, 20 April 2005 13:42 |
Eclipse User |
|
|
|
Originally posted by: myersj.gmail.com
Have you enabled the SWT Border style on the property sheet?
- Jeff
Mr. Burns wrote:
> Hello,
>
> after making a table visible what sushant wrote, the table appears but it
> seems it has no border? The lines just end without border on the left side,
> right side and bottom.
> Is there a way to add a border to a table?
>
> Thanks for any help,
>
> best regards,
>
> Mr. Burns
>
>
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03000 seconds