:right-sidebar: True TreeViewColumnSizing =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: TreeViewColumnSizing :no-contents-entry: The sizing method the column uses to determine its width. Please note that :const:`~gi.repository.Gtk.TreeViewColumnSizing.AUTOSIZE` are inefficient for large views, and can make columns appear choppy. Fields ------ .. rst-class:: interim-class .. class:: TreeViewColumnSizing :no-index: .. attribute:: AUTOSIZE Columns resize to be the optimal size every time the model changes. .. attribute:: FIXED Columns are a fixed numbers of pixels wide. .. attribute:: GROW_ONLY Columns only get bigger in reaction to changes in the model