matlab app screen too large

1 Ansicht (letzte 30 Tage)
fima v
fima v am 4 Feb. 2022
Beantwortet: Jatin am 12 Jul. 2024
hello when i build an app with lots of fields and i expand the screen app to the bottom side, when i press play i get my application screen cuttof partially,is there a way to scroll the application screen after i press play?
(the top area of the gui cutt of from display)

Antworten (1)

Jatin
Jatin am 12 Jul. 2024
Hi,
If we refer to the documentation of “uifigure” based apps in the section “scrollable” property it has been stated that the components must be to the right and below of the panels, and components to the left and above of the panel are not scrollable.
You can also refer to this MATLAB Answer with similar query related to scrollable property for better visualization of the issue: Toggle Button Group are not scrollable - MATLAB Answers - MATLAB Central (mathworks.com)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by