开发者

GridColumn Group in java

开发者 https://www.devze.com 2023-03-30 05:06 出处:网络
Is it possible to keep one gridColumnGroup under another gridColumnGroup? I have been able to keep a gridColumn under a GridColumnGroup using the code below

Is it possible to keep one gridColumnGroup under another gridColumnGroup? I have been able to keep a gridColumn under a GridColumnGroup using the code below

GridColumnGroup grdInvestment = new GridColumnGroup(开发者_StackOverflowgrid, SWT.CENTER); grdInvestment.setText("Investment"); GridColumn gridColumn_2 = new GridColumn(grdInvestment, SWT.NONE);

gridColumn_2.setText("Short"); gridColumn_2.setWidth(40);

GridColumn gridColumn_3 = new GridColumn(grdInvestment, SWT.NONE);

gridColumn_3.setText("Medium"); gridColumn_3.setWidth(58);

but now i want to keep a gridColumnGroup under another gridColumnGroup. I have attached an Image and i want to use the concept of GridColumn Group to make columns just like the one in the image. In the image A,B and E are columnGroups and C,D,F and G are columns of a grid.

GridColumn Group in java


It looks like it's reported as a bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=240213 .

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号