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 Apps
Answered

Auto scroll galley

(0) ShareShare
ReportReport
Posted on by Super User 2024 Season 1

Hi,

Is it possible my collection gallery to auto scroll when i hit create another line item within gallery please see screenshot and my collection formula

 

Addline2.PNGAddline.PNG

 

Collect(
 IndexesChecks,
 {
 Value: Max(
 IndexesChecks,
 Value
 ) + 1
 }
);
Collect(
 DataToTeamLinkChecks,
 {
 Index: Last(IndexesChecks).Value,
 Text: Blank(),
 URL: Blank(),
 Valid: false
 }
)
Categories:
I have the same question (0)
  • Vijay Tailor Profile Picture
    2,961 on at

    Hi @Ramole ,

    For this Issue, you can you Sort function like Descending Once you Add New Rows, it will DIsplay On First Record in the Gallaery.

    I use the same concept for this issue when i encountered this problem.

    Like that mentioned below.

    SortByColumns(Filter(TimeSheetEntryBook,MasterID=varCheckDuplicate.ID),"ID",Descending))


    Thanks,
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."



  • Verified answer
    v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @Ramole ,

    Do you want to scroll down the gallery when you click the add item button?

    You just need to set the gallery's Default to the last item of the collection that the gallery display.

    A gallery's Default property means the default selected item of the gallery.

    Gallery will scroll down automatically with its selected item.

    In your issue, you just need to set the gallery's Default to:

    Last(DataToTeamLinkChecks)

     

     

    Best regards, 

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 633

#2
11manish Profile Picture

11manish 588

#3
Valantis Profile Picture

Valantis 457

Last 30 days Overall leaderboard