How can I have resizeable components in my GUI ?

조회 수: 3 (최근 30일)
Kami omidi
Kami omidi 2020년 9월 22일
답변: Kami omidi 2020년 9월 22일
I am looking for a way to have my gui with resizable components inside, just like matlab. I prefer to make the whole GUI with Codes, (so graphical methods like guide and app designer are not asked).
Thanks in Advance
  댓글 수: 2
Image Analyst
Image Analyst 2020년 9월 22일
Do you mean where the user can resize every widget on your GUI by clicking a corner and dragging it? Or do you mean the user just changes the size of the whole GUI and everything inside automatically scales? And why are you against using GUIDE or App Designer?
Kami omidi
Kami omidi 2020년 9월 22일
The 'Resize' property is 'off' and I planned a non_resizeable GUI. But I want the user be able to resize axes and panels and so on.
The reason: my experences shows, those graphical tools even though so easy to use are, but finally is needed to insert Codes to have a Ideal Project. That is the only reason That made me to decide write the whole in Codes.

댓글을 달려면 로그인하십시오.

답변 (1개)

Kami omidi
Kami omidi 2020년 9월 22일
It is possible with GUI Layout Toolbox witch is a Layout manager for MATLAB graphical user interfaces, written by one of matlab staffs.
If we download the toolbox, we find a comprehensive help in html format.
The uix.GridFlex is the Function Reference that meet our needs.

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by