Public Member Functions |
| ListPanel () |
| Constructor.
|
void | SetListItemCreator (ListItemCreator creator) |
| Registers the method of creating items.
|
void | SetListItemUpdater (ListItemUpdater updater) |
| Registers the method of updating items.
|
void | Move (float moveDistance) |
| Moves a specified distance.
|
void | UpdateItems () |
| Updates all currently displayed items.
|
ListPanelItem | GetListItem (int index) |
| Obtains the specified index item.
|
ListPanelItem | GetListItem (int sectionIndex, int indexInSection) |
| Obtains the specified index item.
|
Protected Member Functions |
internal override void | OnResetState () |
| Status reset handler.
|
internal override void | OnPreviewKeyEvent (KeyEvent keyEvent) |
| Advance key event handler.
|
internal override void | OnTouchEvent (TouchEventCollection touchEvents) |
| Touch event handler.
|
override void | OnUpdate (float elapsedTime) |
| Update processing.
|
Properties |
override float | Width [get, set] |
| Obtains and sets the width.
|
override float | Height [get, set] |
| Obtains and sets the height.
|
UIColor | BackgroundColor [get, set] |
| Obtains and sets the background color.
|
ListSectionCollection | Sections [get, set] |
| Obtains and sets the collection of a section.
|
int | AllItemCount [get] |
| Obtains the total number of items.
|
bool | ShowSection [get, set] |
| Obtains and sets whether to display a section.
|
bool | ShowEmptySection [get, set] |
| Obtains and sets whether to display empty sections.
|
bool | ShowItemBorder [get, set] |
| Obtains and sets whether to display the border images of an item.
|
ScrollBarVisibility | ScrollBarVisibility [get, set] |
| Obtains and sets the scroll bar view.
|
UIFont | SectionFont [get, set] |
| Obtains and sets the section font.
|
UIColor | SectionTextColor [get, set] |
| Obtains and sets the section text color.
|
UIColor | SectionBackgroundColor [get, set] |
| Obtains and sets the section background color.
|
Events |
EventHandler
< ListPanelItemSelectChangedEventArgs > | SelectItemChanged |
| Event called when item is selected.
|
List widget with multiple rows.
A grouping feature and index feature are available. Item details can be customized.