Introduction to modern Tab list control
Tab list control is one of the new modern controls in Power Apps. It is a navigation control, to help users to switch between different context within the app. There are a lot of configuration options available that I will talk about below.
Properties
- Items - The list of records (from a table or an array) to populate the control
- Size - To control the size of the tabs. There are 3 options:
-
'TabList.Size'.Large (default)
-
'TabList.Size'.Small
-
'TabList.Size'.Medium
-
- Alignment - There are 2 options:
-
'TabList.Alignment'.Horizontal (default)
-
'TabList.Alignment'.Vertical
-
- DefaultSelectedItems - The value that should be selected by default. If nothing is specified, the first record is selected by default.
Using modern Tab List control
Here is an image of this control with different configurations:
Stay tuned for the remaining modern controls!
To read the official documentation of modern controls, click here.