Container widget for list item. More...
  
 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.   | |
Container widget for list item.
| override void OnPressStateChanged | ( | PressStateChangedEventArgs | e | ) |  [protected, virtual] | 
        
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