Ignition Perspective – Zooming Flex View Without Scrollbars

Hi,

I have a Flex root view in Ignition Perspective that contains three Coordinate Containers.
The design screen size is 1600×800.

Issue:

  • On a laptop screen (smaller than 1600px width), both horizontal and vertical scrollbars appear.

  • On a large monitor (1600px or more), the view displays normally.

Goal:
I want the entire view to scale proportionally (zoom out) on smaller screens and return to normal size on larger screens — similar to a zoomed canvas — without showing any scrollbars.

Thanks!

Actual large screen 1600x800:

In laptop screen :

Question 1: Why are you using coordinate containers in the flex view? Make everything flex!

*Figure 1. Two flex row containers inside the flex view. All labels and text / number fields set to.


Figure 2.

Thanks for the guidance — I’ll go ahead and implement it as you recommended.