Enumeration (GI Enum)

Gtk-4.0GtkTreeViewColumnSizingDeprecated 4.20

The sizing method the column uses to determine its width. Please note that Gtk.TreeViewColumnSizing.AUTOSIZE are inefficient for large views, and can make columns appear choppy.

since 4.20: There is no replacement.

Index

Enumeration Members

Enumeration Members

AUTOSIZE: number

Columns resize to be the optimal size every time the model changes.

FIXED: number

Columns are a fixed numbers of pixels wide.

GROW_ONLY: number

Columns only get bigger in reaction to changes in the model