refactor(table): convert lv_table_add_cell_ctrl to a setter
This commit is contained in:
@@ -71,7 +71,7 @@ Merge cells
|
||||
-----------
|
||||
|
||||
Cells can be merged horizontally with
|
||||
:cpp:expr:`lv_table_add_cell_ctrl(table, row, col, LV_TABLE_CELL_CTRL_MERGE_RIGHT)`.
|
||||
:cpp:expr:`lv_table_set_cell_ctrl(table, row, col, LV_TABLE_CELL_CTRL_MERGE_RIGHT)`.
|
||||
To merge more adjacent cells, call this function for each cell.
|
||||
|
||||
Scrolling
|
||||
|
||||
Reference in New Issue
Block a user