フィルターのクリア

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 Center および File ExchangeDevelop 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