In our last blog on How to use Camera Control and Location in PowerApps we saw the camera control and location feature of PowerApps. In this blog, we will see How to Create Tiles In PowerApps. Let’s get started.
Check out the Demo Video providing the basic idea of this functionality.
Steps on How to Create Tiles in PowerApps
Follow the below steps to create tiles in powerapps. We will use label control to create the tiles. Tiles make our design impressive and easy to use. It enhances the user experience.
Main Screen
Steps: 1. Add labels on the main screen. 2. Add three screens to the canvas app. 3. Now write the below formulas.
About US label - > Navigate(AboutUs,ScreenTransition.Cover)
Webinars label - > Navigate(Webinars,ScreenTransition.Cover)
Blog label -> Navigate(Blog,ScreenTransition.Cover)
We can set the HoverFill property of the label as per our desired color.
About Us Screen
Write below code on select event of home button icon to navigate properly.
"Navigate(HomeScreen,ScreenTransition.Cover)"
After completing the above steps, we are ready with our Tiles implementation in powerapps.
Most apps contain multiple screens. Use the Back and Navigate function to change which screen is displayed. For example, set the OnSelect property of a button to a formula that includes a Navigate function if you want to show a different screen when a user selects that button. In that formula, you can specify a visual transition, such as Fade, to control how one screen changes to another.
For more information on the Navigate function refer link.
If you like this post on how to create tiles in PowerApps, subscribe to our site and share this guide with others too.
We are also conducting batches for the training of PowerApps and SharePoint Framework, if interested please contact us.
When you login first time using a Social Login button, we collect your account public profile information shared by Social Login provider, based on your privacy settings. We also get your email address to automatically create an account for you in our website. Once your account is created, you'll be logged-in to this account.
DisagreeAgree
Connect with
I allow to create an account
When you login first time using a Social Login button, we collect your account public profile information shared by Social Login provider, based on your privacy settings. We also get your email address to automatically create an account for you in our website. Once your account is created, you'll be logged-in to this account.