List
The List control has the capabiltity to show a list of data on the screen incl. actions
Properties

EmptyText
This text shows up, when no results are available in the list

ItemsSource
List or array of objects

RemoveAction
Action which should be executed when you trigger the remove action on a single item

SelectAction
Action which gets executed when a single item gets selected

Selected Item
View Model field of a single item from the list

Visible
Set's the visibility of this control and/or if it should be executed
Sample Solution

Download a sample solution from our GitHub online repository https://github.com/sitrionone