It's possible to add two scrollbars to see all the GUI when it's bigger than the computer screen resolution?

1 view (last 30 days)
Hi,
I have a GUI which size is 1200x800. The problem comes when I run the GUI on a computer which its maximum resolution is 1024x768. Then, only a part of the GUI is shown.
I know about the resize feature but is not what I'm looking for.
I want to know if it's possible to add two scrollbars and move the GUI with them.
Regards!

Accepted Answer

Jan
Jan on 10 Dec 2012
Edited: Jan on 10 Dec 2012
Yes, this is possible.
But it is not trivial, so you have to care for placing the GUI objects in the callbacks of the sliders. See e.g. http://www.mathworks.com/matlabcentral/fileexchange/34546-auto-scroll-gui. I've seen more examples in the FileExchange, but I cannot find them currently.

More Answers (0)

Categories

Find more on Just for fun in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!