필터 지우기
필터 지우기

Selective AutoResize Children?

조회 수: 3 (최근 30일)
Austin Decker
Austin Decker 2022년 5월 26일
댓글: Austin Decker 2022년 5월 27일
I'm working on a class that adds a component to an app figure and I don't want the component to change size when the figure resizes. Obviously, I could turn AutoResizeChildren off for the figure, but I don't want to do that as I don't know if whomever created the figure wants to keep that behavior. I know if I put the component in a container like a panel,tab, etc it will shield it from resizing, but that doesn't really work in my scenario either. Has anyone figured out a workaround in this situation?

답변 (1개)

Image Analyst
Image Analyst 2022년 5월 27일
Calling your code will place a widget on the figure window of an app the user built with App Designer I presume? Or are you using GUIDE? Can you set the Units properties to 'characters' instead of normalized? Then your widget won't scale if the user resizes their app's window.
  댓글 수: 4
Austin Decker
Austin Decker 2022년 5월 27일
편집: Austin Decker 2022년 5월 27일
I will give it a shot!
Austin Decker
Austin Decker 2022년 5월 27일
Right, so uipanel doesn't have 'character' units if it is created inside uifigure. Only in figure.

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

카테고리

Help CenterFile Exchange에서 Develop uifigure-Based Apps에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by