Skip to content

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.

SharedString slint::language::TableColumn::title

The title of the column header.

float slint::language::TableColumn::min_width

The minimum column width (logical length)

float slint::language::TableColumn::horizontal_stretch

The horizontal column stretch.

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