Choices of filling extra space left by invisible elements in a square series.
More...
Choices of filling extra space left by invisible elements in a square series.
Rows are vertical if ColumnsFirst=YES.
|
static final int | ADJUST_COL_WIDTH = 2 |
| Expand column width to fill the space of empty columns at the end of the series (column rows are horizontal if ColumnsFirst=YES). More...
|
|
static final int | ADJUST_ROW_HEIGHT = 1 |
| Expand row hight to fill the space of empty rows at the end of the series (rows are vertical if ColumnsFirst=YES). More...
|
|
static final int | ADJUST_ROWS_AND_COLUMNS = 3 |
| Expand both row heigh and columns width to fill the space missing rows and missing columns. More...
|
|
static final int | DONT_FILL_SPACE = 0 |
| Don't adjust row and column dimensions to fill an empty space left by invisible rows or columns. More...
|
|
◆ ADJUST_COL_WIDTH
final int ADJUST_COL_WIDTH = 2 |
|
static |
Expand column width to fill the space of empty columns at the end of the series (column rows are horizontal if ColumnsFirst=YES).
◆ ADJUST_ROW_HEIGHT
final int ADJUST_ROW_HEIGHT = 1 |
|
static |
Expand row hight to fill the space of empty rows at the end of the series (rows are vertical if ColumnsFirst=YES).
◆ ADJUST_ROWS_AND_COLUMNS
final int ADJUST_ROWS_AND_COLUMNS = 3 |
|
static |
Expand both row heigh and columns width to fill the space missing rows and missing columns.
◆ DONT_FILL_SPACE
final int DONT_FILL_SPACE = 0 |
|
static |
Don't adjust row and column dimensions to fill an empty space left by invisible rows or columns.