TableColumn
from slint.language import TableColumnpython
This is used to define the column and the column header of a TableView
Properties
Section titled “Properties”title: strThe title of the column header
min_width
Section titled “min_width”min_width: floatThe minimum column width (logical length)
horizontal_stretch
Section titled “horizontal_stretch”horizontal_stretch: floatThe horizontal column stretch
sort_order
Section titled “sort_order”sort_order: AnySorts the column
width: floatthe actual width of the column (logical length)
© 2026 SixtyFPS GmbH