필터 지우기
필터 지우기

How can I enable scrolling on a Tab in App Designer?

조회 수: 50 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2019년 4월 30일
편집: MathWorks Support Team 2019년 10월 10일
I am creating an app with App Designer, and I would like to enable scrolling on a Tab. How can I do this?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2019년 10월 10일
편집: MathWorks Support Team 2019년 10월 10일
This is feature that is available starting in MATLAB R2018b. To enable scrolling on a Tab, you can set the 'Scrollable' property to be true.
The following example from the documentation illustrates what this looks like outside of App Designer on a UIFigure:
In App Designer, you can also set the Tab 'Scrollable' property to be true by selecting the 'Scrollable' property under 'Interactivity' in the 'Component Browser' when you have selected the Tab object.
For scrolling to be activated when the app is run, you need to place at least one component outside the borders of the Tab. Specifically, to activate up/down scrolling, place a Component onto the Tab and have it extend past the top of the Tab. To activate left/right scrolling, place a Component onto the Tab and have it extend past the right of the Tab.
To illustrate, refer to the attached example app. It was created in R2019a, but will also run in R2018b (though it may warn you that the app was created in a newer version).

추가 답변 (0개)

카테고리

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

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by