Bug 411846 - set selected columns' width to be equal in Gridlayout, rather than all columns are equal
Summary: set selected columns' width to be equal in Gridlayout, rather than all column...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.4   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-27 22:24 EDT by David Song CLA
Modified: 2013-06-27 22:24 EDT (History)
0 users

See Also:


Attachments
diagrammatic sketch (1.48 KB, image/png)
2013-06-27 22:24 EDT, David Song CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Song CLA 2013-06-27 22:24:28 EDT
Created attachment 232870 [details]
diagrammatic sketch

Hi,
In GridLayout, we can set the width of all columns to equal, but I want to set first column to be equal to the third one and the second column to be equal to the forth one, how to do with it?

if it's width can be set by an array like : setWidth([1,2,1,2]) or so


thanks

David