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

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


Back to the top