I am testing out an app that I want to make responsive. I created a container with a gallery, I have text input (Thisitem) to display the data and have put Max(0,(Parent.Width/13)-(Self.Width/2)) for the X value of each text and messed with the parent.width/ value to get them to the location where I want them on the gallery. Above the gallery, I put a horizontal container and put individual containers inside that for my icon and header and have tried to get them to centered above the gallery items but they don't follow correctly. The icon inside the container is not staying to the left of the header or too much space. Can someone point me in the right direction on how to get his working.
Icon X: Max(0,(Parent.Width/4)-(Self.Width/2))
Header Column Name: Max(0,(Parent.Width/2.2)-(Self.Width/2))
At least looking at your screenshot, it looks like depending on the icon size it fits. Your formulas already seem to make them adjustable, but might need to be shifted slightly more. I would add a slight adjustment - just do like: +10 to the icons which would push them where you need.
Headers are just text inside a container and same for icons, thats why I kept having to mess with
Icon X: Max(0,(Parent.Width/4)-(Self.Width/2))
Header Column Name: Max(0,(Parent.Width/2.2)-(Self.Width/2))
to get them to align with the gallery info, but they keep moving. How do I make them adjustable with unique elements or if you can point me in the right direction. thank you
Are the headers themselves a gallery? You could just manually make them if you don't need them to be adjustable or make it adjustable with unique elements
Not sure If I should have put my gallery items into containers and then used Max(0,(Parent.Width/13)-(Self.Width/2)) so its always centered on the container.... What about the icons next to the column headers... how can I make it so they stay to the left of the column header and spaced evenly all the time. thanks
Full Screen:
Browser made smaller:
what do you mean by not working - what is the intended behavior or end goal you are looking for?
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473