I have a scrollable screen in Powerapps which gets data from SharePoint list as per below screenshot.
If I delete any item in SharePoint list (eg: Item No 9 from screenshot), the blank space shouldn't appear in the powerapp screen. The controls should move up automatically. Any idea how it can be achieved ?
I recommend not to use individual controls but instead put the whole list in a Gallery. Then when an item is deleted in SharePoint and you refresh the Gallery the item will be removed from the screen.
If you need to use individual controls then you may need to use variables and a variety of If Functions to control the X and Y properties for each Label.
---------------------------------------------------
Please Accept as Solution if it solves your question. Or just give it a Thumbs Up if it is helpful as can help others.
Subscribe: https://www.youtube.com/channel/UCFpvUlpx84FuIPOdInGKMTw
Twitter: https://twitter.com/assist_365
Regards
Darren Lutchner - 365 Assist
I moved the above content to gallery, however I have some headers and panels in between the form.
If I use gallery those headers appear in each vertical row. Any idea how to avoid this ?