Simple List Component
The Simple List component allows you to add, view and click on items in a list.
Last updated
Was this helpful?
The Simple List component allows you to add, view and click on items in a list.
Last updated
Was this helpful?
You can customize the Simple List with the following properties:
Text Items
Set text items of Simple List
List of text items
Color
Set font color of Text Items
Color
Background Color (text items)
Set background color for the items in the Simple List
Color
Font Size
Set font size of Text Items
Number
Show Arrow
Toggle whether arrow is shown beside text items
True/False
Writing Direction (iOS and web app only)
Set writing direction of text items
Select from list [auto, ltr, rtl]
Background Color (container)
Set the background color of the Simple List container.
Color
X
Set the location of your Simple List on the X-axis in pixels
Number
Y
Set the location of your Simple List on the Y-axis in pixels
Number
Height
Set the Height of your Simple List in pixels
Number
Width
Set the Width of your Simple List in pixels
Number
Resize Mode
Define dimensions of the Simple List component/container
Select from list [Stretch, Float in Place]
Visible
Toggle whether your end users can see the Simple List
True/False
Border Style
Set style of Simple List's border
Select from list [solid, dotted, dashed]
Border Color
Set color of Simple List's border
Color
Border Width
Set width of Simple List's border in pixels
Number
Border Radius
Set radius of corners for Simple List's border in pixels
Number
Shadow Color
Color of Simple List's shadow
Color
Shadow Opacity
Opacity of Simple List's shadow
Number between 0 and 100
Shadow Radius
Radius of corners of Simple List's shadow in pixels
Number
Shadow Offset
How far Simple List's shadow should be offset, in Height and Width, in pixels
Number
Note: The blocks in your project are titled "Simple_List." The blocks in the images below are titled "List_Viewer." The component was recently renamed and these images will be updated soon. Thank you for your patience.
Performs an action when the user clicks on an item of the Simple List.
Outputs
Item
Text of selected item
String
Index
Position of item in Simple List (starting with 1)
Number
Set and get properties of the Simple List.
Set the text items displayed in your Simple List. Works with list blocks:
This block also works with blocks to retrieve columns from Data Sources:
Choosing Airtable or Google Sheets allows you to create a dynamic Simple List. This is where the information displayed to the user changes whenever you change your cloud-based data in Airtable or Google Sheets. Either of these options are ideal for when you need to store thousands of items, or you need to work with items that change frequently.
Performs an action when the user clicks on any one of the list items.
Set and get font color of the Simple List's text items.
Set and get background color of the Simple List's text items.
Set and get font size of the Simple List's text items.
Choose whether or not the arrow is displayed next to every item in the Simple List.
The Computed Height
block returns the height of the Simple Listin pixels after it has been rendered on-screen.
The Computed Width
block returns the width of the Simple List in pixels after it has been rendered on-screen.
Set and get the visibility of the Simple List.
Have feedback on this doc? Please take a moment to share your feedback here: Thunkable Docs Feedback. Your valuable insights will help us improve and better serve you in the future.