TreeView.setFixedHeightMode
void setFixedHeightMode(bool enable)Enables or disables the fixed height mode of tree_view. Fixed height mode speeds up [gtk.tree_view.TreeView] by assuming that all rows have the same height. Only enable this option if all rows are the same height and all columns are of type [gtk.types.TreeViewColumnSizing.Fixed].
Parameters
enable | true to enable fixed height mode |
Deprecated
Use [gtk.list_view.ListView] or [gtk.column_view.ColumnView] instead