Searched refs:column (Results 1 – 10 of 10) sorted by relevance
/lvgl-3.7.0/examples/layouts/flex/ |
D | index.rst | 1 A simple row and a column layout with flexbox 25 Demonstrate column and row gap style properties
|
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_table.c | 23 uint16_t column = 0; in test_table_should_return_assigned_cell_value() local 26 lv_table_set_cell_value(table, row, column, value); in test_table_should_return_assigned_cell_value() 28 TEST_ASSERT_EQUAL_STRING(value, lv_table_get_cell_value(table, row, column)); in test_table_should_return_assigned_cell_value()
|
/lvgl-3.7.0/docs/layouts/ |
D | flex.md | 16 - main direction: row or column, the direction in which the items are placed 33 - `LV_FLEX_FLOW_COLUMN` Place the children in a column without wrapping 35 - `LV_FLEX_FLOW_COLUMN_WRAP` Place the children in a column with wrapping 37 - `LV_FLEX_FLOW_COLUMN_REVERSE` Place the children in a column without wrapping but in reversed ord… 39 - `LV_FLEX_FLOW_COLUMN_WRAP_REVERSE` Place the children in a column with wrapping but in reversed o…
|
/lvgl-3.7.0/examples/layouts/grid/ |
D | index.rst | 25 Demonstrate column and row gap
|
/lvgl-3.7.0/docs/widgets/core/ |
D | table.md | 56 - `id`: current row × col count + current column 69 …le, &row, &col)` can be used to get the currently selected cell. Row and column will be set to `LV…
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | tileview.md | 20 …ile(tileview, row_id, col_id, dir)` creates a new tile on the `row_id`th row and `col_id`th column.
|
D | chart.md | 15 …) related style properties. *Padding* makes the series area smaller. For column charts `pad_column… 64 Use `LV_CHART_POINT_NONE` as value to make the library skip drawing that point, column, or line seg…
|
/lvgl-3.7.0/docs/others/ |
D | gridnav.md | 11 Gridnav also works if the children are arranged into a single row or column.
|
/lvgl-3.7.0/docs/overview/ |
D | coords.md | 305 …n. They can be used to automatically arrange the children into a line or column, or in much more c…
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 1871 - Fix cropping of last column/row if an image is zoomed
|