Name
Listviewcolumn.Hide -- show/hide listview column
Function
This attribute allows you to show or hide single listview columns. Note that the columns will still be there, they'll just be invisible. Thus, you must not forget hidden columns when changing listview entries using Listview.Insert or similar methods.

On non-AmigaOS systems this attribute is only supported for the dataview backend. When creating a listview and Listviewcolumn.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 Listview.ForceMode attribute.

Type
Boolean

Applicability
ISG


Show TOC