Bug 411846

Summary: set selected columns' width to be equal in Gridlayout, rather than all columns are equal
Product: [Eclipse Project] Platform Reporter: David Song <micromms>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 4.4   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
diagrammatic sketch none

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