LV_COLUMN_WIDTH_LAYOUT

Detailed Description

Macros

#define LV_COLUMN_WIDTH_AUTOMATIC
 
#define LV_COLUMN_WIDTH_FIT
 

Macro Definition Documentation

◆ LV_COLUMN_WIDTH_AUTOMATIC

#define LV_COLUMN_WIDTH_AUTOMATIC

Within TreeViewFunctions::GetColumnWidth() return it to use automatic width for the given column.

Since
R18

◆ LV_COLUMN_WIDTH_FIT

#define LV_COLUMN_WIDTH_FIT

Within TreeViewFunctions::GetColumnWidth() return it to use automatic fitting to available space for the given column.

Since
R18