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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / PowerApps not displayi...
Power Apps
Unanswered

PowerApps not displaying in middle of screen

(1) ShareShare
ReportReport
Posted on by 2
PowerApps canvas apps not displaying in middle of screen after published. It goes to top left of the screen but not at the middle as usual. But preview in apps is normal displaying in the middle.
Display setting is in default as screenshot.
Any idea of how to make it back to middle of screen for published version?
Categories:
I have the same question (0)
  • SaiRT14 Profile Picture
    1,990 Super User 2025 Season 2 on at
     
    Efficient way is when retrieving data - Apply the sorting directly at the query level (if possible).- let sortedData = await context.webAPI.retrieveMultipleRecords('entityName', `$orderby=name asc`);
     
    or 
    Ensure the array is sorted before rendering.- // Assuming 'items' is the array used to render events
    items.sort((a, b) => a.name.localeCompare(b.name));
     
    pls try and let me know how it goes.
     
    thanks

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 721 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 320 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard