returns the number of rows, including the last row that might not be full
| 163 | |
| 164 | // returns the number of rows, including the last row that might not be full |
| 165 | int FlexGridLayout::rows() const { return row + (col != 0); } |
| 166 | |
| 167 | // returns the maximum number of cols/elements that are currently on a row |
| 168 | int FlexGridLayout::columns() const |