SetExpandH sets it the columns should expand horizontally if possible
(expand bool)
| 61 | |
| 62 | // SetExpandH sets it the columns should expand horizontally if possible |
| 63 | func (g *GridLayout) SetExpandH(expand bool) { |
| 64 | |
| 65 | g.expandh = expand |
| 66 | g.Recalc(g.pan) |
| 67 | } |
| 68 | |
| 69 | // SetExpandV sets it the rowss should expand vertically if possible |
| 70 | func (g *GridLayout) SetExpandV(expand bool) { |