Home
last modified time | relevance | path

Searched refs:column (Results 1 – 10 of 10) sorted by relevance

/lvgl-3.7.0/examples/layouts/flex/
Dindex.rst1 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/
Dtest_table.c23 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/
Dflex.md16 - 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/
Dindex.rst25 Demonstrate column and row gap
/lvgl-3.7.0/docs/widgets/core/
Dtable.md56 - `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/
Dtileview.md20 …ile(tileview, row_id, col_id, dir)` creates a new tile on the `row_id`th row and `col_id`th column.
Dchart.md15 …) 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/
Dgridnav.md11 Gridnav also works if the children are arranged into a single row or column.
/lvgl-3.7.0/docs/overview/
Dcoords.md305 …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/
DCHANGELOG.md1871 - Fix cropping of last column/row if an image is zoomed