slint::language::TableColumn Struct
struct TableColumn;C++
#include <slint.h>C++
This is used to define the column and the column header of a TableView.
Public Attributes
Section titled “Public Attributes”SharedString slint::language::TableColumn::title
The title of the column header.
min_width
Section titled “ min_width”float slint::language::TableColumn::min_width
The minimum column width (logical length)
horizontal_stretch
Section titled “ horizontal_stretch”float slint::language::TableColumn::horizontal_stretch
The horizontal column stretch.
sort_order
Section titled “ sort_order”SortOrder slint::language::TableColumn::sort_order
Sorts the column.
float slint::language::TableColumn::width
the actual width of the column (logical length)
© 2026 SixtyFPS GmbH