web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to accommodate gal...
Power Apps
Answered

How to accommodate gallery with 4*4 row setup

(1) ShareShare
ReportReport
Posted on by 601
I want to accommodate gallery with 4*4 row and columns setup. May i know how to design such gallery as per below screenshot 
 
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,242 Most Valuable Professional on at
    You need 8 records and a Gallery WrapCount of 4.  I did a test here (I know some of the icons are wrong) with the Items of the Gallery
    Table(
       {
          Value: "Accounting",
          Pic: Icon.Settings
       },
       {
          Value: "Human Resources",
          Pic: Icon.People
       },
       {
          Value: "Help Desk",
          Pic: Icon.Phone
       },
       {
          Value: "Sales",
          Pic: Icon.Calculator
       },
       {
          Value: "PTO",
          Pic: Icon.CalendarBlank
       },
       {
          Value: "R & D",
          Pic: Icon.ToolsWrench
       },
       {
          Value: "Marketing",
          Pic: Icon.Message
       },
       {
          Value: "Staff Directory",
          Pic: Icon.Journal
       }
    )
    and this is the result using a WrapCount of 4
     
    In the gallery, you need 3 controls -
     
    A Rectangle with the dimensions to fit in the gallery with the margins you want (this needs to be at the back) and have the Fill of the colour you want.
     
    An Icon  - start with any icon, then change the Icon property to
    ThisItem.Pic
    and a Text Label with the Text
    ThisItem.Value
    The other thing you will probably want to do here is go to a screen on each, so add a third element with the target screen  (example)
    {
       Value: "Accounting",
       Pic: Icon.Notebook,
       Scr: scrAccounting
    },
    and then OnSelect
    Navigate(ThisItem.Scr)
     
    Please ✅ Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like ♥
    Visit my blog
    Practical Power Apps    LinkedIn  
     
  • Suggested answer
    11manish Profile Picture
    1,963 on at
    Follow the below steps :
     
    • Open the make.powerapps.com
    • Choose the "Start with design"
    • Select below 
    Select Vertical Gallery like below :
     
     
    Create table like below and add in the Items Property of Gallery :
     
    Table(
        { SNo: 1, Name: "Accounting" , Icon : Icon.Settings },
        { SNo: 2, Name: "Human Resources", Icon : Icon.People },
        { SNo: 3, Name: "Help desk" , Icon :  Icon.Phone },
        { SNo: 4, Name: "Sales" ,  Icon :  Icon.Notebook },
        { SNo: 5, Name: "PTO"  , Icon :  Icon.Clock },
        { SNo: 6, Name: "R & D"   , Icon :  Icon.ToolsWrench },
        { SNo: 7, Name: "Marketing"  , Icon :  Icon.Message },
        { SNo: 8, Name: "Staff Directory",   Icon :  Icon.Journal }
     
    )
     
     
    • In the Gallery, Put the Wrap Count : 4
    • Add Rectangle, Icon and Text value in the Gallery like below 
    • Set the Icon Property  : ThisItem.Icon and Label.Text : ThisItem.Name
    • adjust look and feel
    • add the Rectangle color property : RGBA(54, 176, 75, 1)
    • Adjust the Icon and Label color : white
    • It looks like below 
     
     
  • RobElliott Profile Picture
    10,485 Super User 2026 Season 1 on at
    And don't forget that we now have the grid container which would be another way to build this.

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 914

#2
11manish Profile Picture

11manish 617

#3
Valantis Profile Picture

Valantis 598

Last 30 days Overall leaderboard