Skip to main content

Notifications

Power Apps - Building 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:
  • SaiRT14 Profile Picture
    SaiRT14 1,926 on at
    PowerApps not displaying in middle of screen
     
    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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,445

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,741

Leaderboard