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!