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 / Scroll getting stuck a...
Power Apps
Unanswered

Scroll getting stuck at the bottom.

(1) ShareShare
ReportReport
Posted on by 2
Hi ,
 
I have a flexible height gallery , where am setting default property of the gallery to Last(Collection). Issue is the scroll is stuck to the bottom of the gallery and unable to scroll up.
It happens in published version of the powerapp but not in the normal play mode of the app.
 
Authoring Version of Powerapp : 3.24112.13
Categories:
  • Garima_PowerPlatform Profile Picture
    170 on at
    Gallery.Selected = If(
        IsBlank(Gallery.Selected), 
        First(Collection), 
        Gallery.Selected
    )
     
    This ensures that the gallery initially has no item selected, avoiding the conflict where it might jump to the last item.
     
    Dynamic Height Galleries

    Gallery.TemplateSize = Max(HeightOfContent, DefaultHeight)
     
    If the gallery is stuck to the bottom because of the selected item, consider manually resetting or clearing the selection when the app starts, and then explicitly setting the selection to the last item after the gallery has fully loaded.
    Reset(Gallery)
     
     
    Action Items:
    • Set Default dynamically and avoid automatically setting the last item as the default.
    • Add a delay (via Timer control) before setting the default.
    • Ensure proper item heights in the flexible height gallery.
    • Reset gallery selection if needed to prevent automatic scrolling to the bottom.
    • Check for any bugs in the version of Power Apps you're using or test on a newer version.
  • JM-10120529-0 Profile Picture
    2 on at
    Thanks for the response but here i want the position to be set to bottom but i should be able to scroll easily , its a chat app.
  • MM-09011215-0 Profile Picture
    2 on at
    I have faced same problem in power app.. I am unable to scroll up do not understanding why it is happening. 
     
     
    Thanks,
    Mintu
    Website

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard