List View Image and Text
Last updated
Last updated
This is a visible component that displays a list of a image and two labels
The background color of the listview
The color of the divider between listitems.
Determines the height of the list on the view.
The size of the items in the list (1 = Normal, 2 = Small and 3 = Big).
Whether the subtitle is bold.
The text color of the subtitle.
Whether the subtitle is italic.
Whether the title is bold.
The text color of the title.
Whether the title is italic.
Specifies whether the component should be visible on the screen. Value is true if the component is showing and false if hidden.
Determines the width of the list on the view.
Add a item to the listview from 3 pieces of text.
Add a item to the listview with the content of a list.
Remove all items from the list.
Remove an item from the list at a certain position.
Update the image, title and subtitle of a item in the list by the position.
An event that triggers when the user clicks on a item in the list.
An event that triggers when the user long clicks on a item in the list.