Skip to content

TableColumn

from slint.language import TableColumn
python

This is used to define the column and the column header of a TableView

title: str

The title of the column header

min_width: float

The minimum column width (logical length)

horizontal_stretch: float

The horizontal column stretch

sort_order: Any

Sorts the column

width: float

the actual width of the column (logical length)


© 2026 SixtyFPS GmbH