Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Putting a list control into a Table
Putting a list control into a Table [message #450091] Mon, 07 February 2005 19:52 Go to next message
Eclipse UserFriend
Originally posted by: dave.derry.equifaz.com

I am able to add a list control to a Table using a TableEditor. However,
the height of the TableItem is unchanged, so that only one string in the
List is visible. If I click in that cell and drag up or down I can view
the other strings, so i know that the List control is there. Is there any
way to cause the tableItem to expand to show the entire List control?
Re: Putting a list control into a Table [message #450110 is a reply to message #450091] Tue, 08 February 2005 12:58 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
The height of a TableItem is determined by the font and image list of the
table. It can not be changed.

Why not use a CCombo as your editor?


"Dave Derry" <dave.derry@equifaz.com> wrote in message
news:cu8gtt$64q$1@www.eclipse.org...
>I am able to add a list control to a Table using a TableEditor. However,
>the height of the TableItem is unchanged, so that only one string in the
>List is visible. If I click in that cell and drag up or down I can view the
>other strings, so i know that the List control is there. Is there any way
>to cause the tableItem to expand to show the entire List control?
>
Previous Topic:SWT for carpc GUI
Next Topic:SWT TUTORIAL
Goto Forum:
  


Current Time: Tue Apr 23 14:53:37 GMT 2024

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

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

Back to the top