
Help: I have a canvas app right now embedded inside my main form, I would like the ability to control the canvas app size (and all of its components inside) using a slider or any method (for accessibility, ie when a user wants to zoom in or out to accommodate their vision disabilities).
One potential method I thought of is using the slider to programmatically control the sizes of my canvas app components, but this runs into an issue where all the components get bigger individually, rather than all together proportionally (meaning the components will expand onto each other and cover each other up as they get bigger, likewise the spacing between them will get bigger as the components get smaller)
Another potential solution I thought of is somehow wrapping all of my canvas app components into a container of some sort, and use the slider to resize that container (and hopefully that will also automatically resize all the components inside)? The problem with this approach is that I don't know how to (or know if it's even possible) to wrap all of my components inside another container like this.
Or does anyone have any other ideas?
Hi JYSSB7,
Maybe you can add the canvas app into one section in the form.