Name
Treeviewcolumn.Hide -- show/hide treeview column
Function
This attribute allows you to show or hide single treeview columns. Note that the columns will still be there, they'll just be invisible. Thus, you must not forget hidden columns when adding treeview leaves using Treeview.InsertLeaf.

On non-AmigaOS systems this attribute is only supported for the dataview backend. When creating a treeview and Treeviewcolumn.Hide is set to True, RapaGUI will automatically switch to the dataview backend. If you don't specify this attribute at creation time but want to set it later using moai.Set(), you have to explicitly request a dataview widget by setting the Treeview.ForceMode attribute.

Type
Boolean

Applicability
ISG


Show TOC