ListPanelItem Class Reference

Container widget for list item. More...

Inheritance diagram for ListPanelItem:
Panel ContainerWidget Widget

List of all members.

Public Member Functions

 ListPanelItem ()
 Constructor.

Protected Member Functions

override void DisposeSelf ()
 Frees used resources.
override void OnPressStateChanged (PressStateChangedEventArgs e)
 Called when the press status changes.

Properties

override float Width [get, set]
 Obtains and sets the width.
override float Height [get, set]
 Obtains and sets the height.
virtual int Index [get, set]
 Obtains the index for all lists.
virtual int IndexInSection [get, set]
 Obtains the index within a section.
int SectionIndex [get, set]
 Obtains the index of a section.

Detailed Description

Container widget for list item.


Member Function Documentation

override void OnPressStateChanged ( PressStateChangedEventArgs  e) [protected, virtual]

Called when the press status changes.

Parameters:
eEvent argument

Reimplemented from Widget.


Property Documentation

override float Height [get, set]

Obtains and sets the height.

Values can be changed only from a concrete class or callback.

Reimplemented from Panel.

virtual int Index [get, set]

Obtains the index for all lists.

Default value is -1

virtual int IndexInSection [get, set]

Obtains the index within a section.

Uses only with ListPanel. Default value is -1

int SectionIndex [get, set]

Obtains the index of a section.

Uses only with ListPanel. Default value is -1

override float Width [get, set]

Obtains and sets the width.

Values can be changed only from the ListPanel class.

Reimplemented from Panel.