Class ExpandableListItem
- Namespace
- Lime
- Assembly
- Lime.dll
public class ExpandableListItem : Widget, IDisposable, IAnimatorHost, IRenderChainBuilder, IAnimable, ICloneable
- Inheritance
-
ExpandableListItem
- Implements
- Inherited Members
- Extension Methods
Constructors
ExpandableListItem(Widget, ListView)
public ExpandableListItem(Widget header, ListView listView)
Parameters
Fields
Header
public readonly Widget Header
Field Value
ListView
public readonly ListView ListView
Field Value
Properties
ContentItems
public NodeList ContentItems { get; }
Property Value
IsAnimating
public bool IsAnimating { get; }
Property Value
IsExpanded
public bool IsExpanded { get; }
Property Value
PinHeader
public bool PinHeader { get; set; }
Property Value
Methods
AddContentItem(Widget)
public void AddContentItem(Widget item)
Parameters
item
Widget
DisposeContent()
public void DisposeContent()
InsertContentItem(int, Widget)
public void InsertContentItem(int index, Widget item)
Parameters
SetExpanded(bool, bool, Action)
public void SetExpanded(bool value, bool animated, Action onAnimationFinished = null)