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

1 次查看(过去 30 天)
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!

采纳的回答

Jan
Jan 2012-12-10
编辑:Jan 2012-12-10
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by