Hello,
Not sure if this is possible but is it possible to left align some conditional images I have in my PowerApp gallery?
These Hazard Classifcation symbols on the right are displayed based on a toggle in a list form on another screen.
Where I use this formula to display the images and this works correcty:
If(
ThisItem.OxidisingField,
Oxidising
)
What I want to do is that for example on the "fairy liquid" item, is to have the symbol for that one to be displayed left aligned rather than displaying sporadically. Is this possible?
Thanks,
Chris
Hi @sudosaurus
I recommend having a container within the gallery and displaying images within the container. Use relative position.
Thanks,
Stalin - Learn To Illuminate
OK, I've done that but still the sporadic images are still not displaying from the left on some of the items...
Hi @sudosaurus
How are you displaying images? What control and source?
This helps for me to replicate from my end.
Hi @sudosaurus
We need to adjust the image location (Position) based on other previous images. Looks like each item has different images visibility.
Set Image 2 X position to
Image1.X+Image1.Width
Set Image 3 X position to
Image2.X+Image2.Width
Hi @sudosaurus
It shouldn't be since we are changing the image X position. Size never changes on this approach since we are not changing the width or height.
Hi @sudosaurus
Please let us know if anything needs on your post. We can help with this.
Please mark the post as Solved If I have answered your question.
Please give it a Thumbs Up if you find the suggestion helpful
Thanks,
Stalin - Learn To Illuminate
User | Count |
---|---|
260 | |
110 | |
89 | |
53 | |
44 |