Grid Layout and Vertical/Horizontal Gap
Brought to you by:
rassisi
By use of a grid layout the setting for vertical gap
is generated twice.
I've made for test purposes the following settings at
the property sheet:
Horizontal Gap = 2
Vertical Gap = 3
Got generated:
layoutGrid.setVgap(3);
layoutGrid.setVgap(2);
The settings for horizontal gap gets ignored.