Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] How to make combobox span width


This is the SWT component developers mailing list.
The SWT newsgroup is at: news://news.eclipse.org/eclipse.platform.swt
Carolyn



Luis Antonio Lopes da Silva <luis.ant@xxxxxxxxx>
Sent by: platform-swt-dev-bounces@xxxxxxxxxxx

10/29/2005 04:16 PM

Please respond to
"Eclipse Platform SWT component developers list."

To
"Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-swt-dev] How to make combobox span width





Tks for your help Sebastina, but I think that this is the SWT newsgroup, isn't it?
 
 
Att,
Luis Antonio.


2005/10/29, Sebastian Davids <sdavids@xxxxxx>:
Please use the eclipse.platform.swt newsgroup for SWT usage questions.

But always take a look at the SWT Homepage (
http://eclipse.org/swt/ )
first.

For layout managagement take a look at:

http://eclipse.org/articles/Understanding%20Layouts/Understanding%20Layouts.htm

If you're using GridLayout try:

control.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false));

@@@@

Sebastian
_______________________________________________
platform-swt-dev mailing list

platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top