Scroll bar on the main window

Hi, everyone

I am creating a flowchart screen in my application. Because the flowchart is too large, I am trying to use a scroll bar to move horizontally. To activate it, I changed the minimum size in (Project Properties>Client>User Interface).

But I would like there to be only a scroll bar on this flowchart screen, not on all my screens as it is now.

Another point, I am changing the minimum size and maximum size, I have already enabled and disabled Resizeable, I am trying something to solve it.

As you can see in the images, I have greatly increased my screen horizontally, but the scroll bar does not let me reach the end. Is there a solution for this in Vision?

Would appear your window isn’t Maximized. You have title set to when not Maximized. If window was Maximized, there’d be no title, but there is in your image.

1 Like

Set the minimum size of your window to what you are seeing in the designer, and don't set a maximum at all (set it to some very high number). Then ensure your component layout constraints are anchoring appropriately to the outer edges.

2 Likes

It worked!

Thank you very much for your help and attention guys!

1 Like