Hi,
I have a Power App and on my first page I show a register of records which can be filtered by the user.
I have 3 galleries - 1 for the column headers, 1 for a filter row and 1 for the actual data.
The header gallery's Items are a collection of headers to display.
The filter gallery has a row of dropdowns populated with the possible values in that column of the SharePoint list.
The third gallery's items is a filter of a SharePoint list based on the values in the controls in the filter gallery.
Everything works as required, except that the rows in the third gallery often overlap. Clicking on the row makes the gallery display properly. I also have a Refresh button and clicking this makes the gallery redraw and display properly.
Is there something I can do to stop the overlapping rows in the first place? Or some why to detect that there is a display problem and if there is then refresh the display?
Pete