Create a Horizontal Scrollable Gallery in Power Apps [With Headers]

I developed an employee satisfaction survey application in Power Apps a few days before. There, I was required to display the details of the employee satisfaction survey in the Power Apps gallery. However, the SharePoint list has more than 30 fields, so I was required to develop a horizontal scrolling gallery so employees could see each field’s data.

In this article, we will discuss how to create a horizontal scrollable gallery in Power Apps, including headers.

Create a Horizontal Scrollable Gallery in Power Apps

Look at the example below. The Power Apps gallery has horizontal scrolling; when I scroll it, I can see more field data.

power apps horizontal scrolling gallery

Follow the steps below to achieve this!

  1. In the Power Apps new screen, add a Horizontal Container and, within this, add a normal Container.
power apps horizontal scroll in a vertical gallery with freeze panes effect
  1. Add a gallery control within this regular container and provide the SharePoint list name on its items property.
items: 'Employee Travel Expenses'
Width: 1745

Then, add text labels to display each field’s data. To maintain the positions dynamically, provide the formulas below for each label in the gallery.

Label Control NamesWidthXY
Label_120000
Label_2200Label_1.X+Label_1.Width0
Label_3200Label_2.X+Label_2.Width0
Label_4200Label_3.X+Label_3.Width0

Add the previous label control names in the X position formula. Increase gallery width if you require it.

How to Create a Horizontal Scrollable Gallery in Power Apps
  1. Provide the below formula for the Container‘s LayoutMinWidth property:
Gal_EmpTravelExpenses.Width
Create Customized Horizontal Scrollable Gallery in Power Apps
  1. Add labels for the column headings within the container and above the gallery. Then, dynamically adjust the X and positions using the formulas below.
Header Control NamesXY
Label2_000
Label2_1Label2_0.X+Label2_0.Width0
Label2_2Label2_1.X+Label2_1.Width0
Label2_3Label2_2.X+Label2_2.Width0
PowerApps tutorial Vertical and Horizontal scroll Gallery with Headers
  1. Then, provide the Scroll option to the Horizontal Overflow property of the Horizontal Container.
LayoutOverflow.Scroll
Horizontal Scroll in Vertical Gallery

Save the changes and preview the app; you can see the scrollbar under the gallery, and when you are trying to scroll, the fields we have added beyond screen size are also visible.

I hope you understand creating a horizontal scroll bar gallery in Power Apps. If you are also trying to create one, follow this article.

Also, you may like:

Live Webinar

Build an IT Help Desk App using Power Apps and Power Automate

Join this free live session and learn how to build a fully functional IT Help Desk application using Power Apps and Power Automate—step by step.

📅 29th Apr 2026 – 10:00 AM EST | 7:30 PM IST

Download User registration canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App

Power Platform Tutorial

FREE Power Platform Tutorial PDF

Download 135+ Pages FREE PDF on Microsoft Power Platform Tutorial. Learn Now…