Hi All
Is it possible for text or input elements to behave like DataCard (push neighbor elements when change size rather then overflow)?
Thanks
Solved! Go to Solution.
Not without alot of work. You would have to manipulate the X, Y co-ordinates of each individual control based on some formula you design. I think you are trying to build something that follows responsive web-design, correct?
This blog article by Daniel Christian may be of interest to you. It demonstrates the general technique but as you can see it is alot of work to implement. https://www.valointranet.com/blog/general/deep-dive-adding-responsive-design-to-powerapps/
Here's another example from the PowerApps blog. I assume the video shows something similar to what you'd like to do.
---
Please click "Accept as Solution" if my response helped to solve your issue so that others may find it more quickly. If your thought the post was helpful please give it a "Thumbs Up."
Not without alot of work. You would have to manipulate the X, Y co-ordinates of each individual control based on some formula you design. I think you are trying to build something that follows responsive web-design, correct?
This blog article by Daniel Christian may be of interest to you. It demonstrates the general technique but as you can see it is alot of work to implement. https://www.valointranet.com/blog/general/deep-dive-adding-responsive-design-to-powerapps/
Here's another example from the PowerApps blog. I assume the video shows something similar to what you'd like to do.
---
Please click "Accept as Solution" if my response helped to solve your issue so that others may find it more quickly. If your thought the post was helpful please give it a "Thumbs Up."
Thanks for your reply
Correct , something like responsive web-design.
I did think its unlikely to be possible, but was just trying my luck 🙂