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 / 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?
screenshot-1737108838514.png
screenshot-1737109482198.png
screenshot-1737108852079.png
Categories:
I have the same question (0)
  • SaiRT14 Profile Picture
    1,990 Super User 2025 Season 1 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

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard