ListView
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds supports for [System.Windows.Forms.ListView]()
Component Selector: 'wm-listview'
ListViewComponent extends .
Property
Get/Set
Notify Changes
Details
text: string
Yes
Yes
name: string
Yes
No
enabled: boolean
Yes
No
visible: boolean
Yes
No
disabled: string
Yes
No
Sets property disabled if it is required.
view: string
Yes
No
Gets or sets how items are displayed in the control.
items: any[]
Yes
No
Gets a collection containing all items in the control.
FocusedItem: ListViewItem
No
No
Triggers a WebApi to the server side in order to set this property on the server side.
checkboxes: boolean
Yes
No
Gets or sets when the listview show or hide the checkbox column.
Method
Supported
Details
None
None
None
Event
Supported
Parameter
Details
ItemClick
Yes
Item : ListViewItem
Triggers Item Click Event.
ItemSelectionChanged
$event: any
Trigger when the selection of the item change.
Inherited from ControlComponent
Inherited from ControlComponent
Inherited from ControlComponent
Inherited from ControlComponent