ListControl Class |
Namespace: Eto.Forms
The ListControl type exposes the following members.
Name | Description | |
---|---|---|
![]() | ListControl |
Initializes a new instance of the ListControl class.
|
Name | Description | |
---|---|---|
![]() | DataStore |
Gets or sets the data store for the items of the list control.
|
![]() | ItemKeyBinding |
Gets or sets the binding for the key value of each item.
|
![]() | Items |
Gets the list of items in the control.
|
![]() | ItemTextBinding |
Gets or sets the binding for the text value of each item.
|
![]() | KeyBinding | Obsolete.
Gets or sets the binding for the key value of each item.
|
![]() | SelectedIndex |
Gets or sets the index of the currently selected item in the DataStore |
![]() | SelectedIndexBinding |
Gets the binding to the SelectedIndex property.
|
![]() | SelectedKey |
Gets or sets the key of the selected item in the DataStore.
|
![]() | SelectedKeyBinding |
Gets the binding to the SelectedKey property.
|
![]() | SelectedValue |
Gets or sets the selected object value of the item in DataStore |
![]() | SelectedValueBinding |
Gets the binding to the SelectedValue property.
|
![]() | TextBinding | Obsolete.
Gets or sets the binding for the text value of each item.
|
![]() | TextColor |
Gets or sets the color of the text.
|
Name | Description | |
---|---|---|
![]() | CreateDefaultDataStore |
Creates the default data store for the list.
|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) |
![]() | OnLoadComplete |
Raises the LoadComplete event.
(Overrides ControlOnLoadComplete(EventArgs).) |
![]() | OnSelectedIndexChanged |
Raises the SelectedIndexChanged event.
|
![]() | OnSelectedKeyChanged |
Raises the SelectedValueChanged event.
|
![]() | OnSelectedValueChanged |
Raises the SelectedValueChanged event.
|
Name | Description | |
---|---|---|
![]() | SelectedIndexChanged |
Occurs when the SelectedIndex changed.
|
![]() | SelectedKeyChanged |
Occurs when the SelectedValue changed.
|
![]() | SelectedValueChanged |
Occurs when the SelectedValue changed.
|