collapsible


Description:

public bool collapsible { get; set; }

Whether the item is collapsible or not.

When set to false, the item is always expanded and the expander is not shown. Please note that this will also affect the value returned by the Granite.Widgets.SourceList.ExpandableItem.expanded property.

Since:

0.2

See also:

Granite.Widgets.SourceList.ExpandableItem.expanded