필터 지우기
필터 지우기

matlab app screen too large

조회 수: 11 (최근 30일)
fima v
fima v 2022년 2월 4일
답변: Jatin Singh 2024년 7월 12일 11:59
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)

답변 (1개)

Jatin Singh
Jatin Singh 2024년 7월 12일 11:59
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)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by