It's possible to add two scrollbars to see all the GUI when it's bigger than the computer screen resolution?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Jan
el 10 de Dic. de 2012
Editada: Jan
el 10 de Dic. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!