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!
0 个评论
采纳的回答
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 Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!