SetExpandV sets it the rowss should expand vertically if possible
(expand bool)
| 68 | |
| 69 | // SetExpandV sets it the rowss should expand vertically if possible |
| 70 | func (g *GridLayout) SetExpandV(expand bool) { |
| 71 | |
| 72 | g.expandv = expand |
| 73 | g.Recalc(g.pan) |
| 74 | } |
| 75 | |
| 76 | // SetColAlignV sets the vertical alignment for all the cells of |
| 77 | // the specified column. The function panics if the supplied column is invalid |