Is there a way to set to column width / expand ratio as in the original component?
In the original Vaadin 6-8 component you could set the relative column widths this way:
gLayout.setColumnExpandRatio(0, 25);
gLayout.setColumnExpandRatio(1, 75);
Is there a way to set to column width / expand ratio as in the original component?
In the original Vaadin 6-8 component you could set the relative column widths this way:
gLayout.setColumnExpandRatio(0, 25);
gLayout.setColumnExpandRatio(1, 75);