Reposition image in app
Show older comments
I am the author of a MATLAB app where I'd like to add a logo (as a uiimage) to the upper right corner of my UIFigure window.
When I resize my main app window (app.UIFIgure) the logo (app.Image) is not repositioned
I'd like it to keep the distance from the top and from the right side - how can you do that,
When I add a resizefcn to my UIFigure I get the warning message:
Warning: 'SizeChangedFcn' callback will not execute while 'AutoResizeChildren' is set to 'on'.
1 Comment
Geoff Hayes
on 3 Nov 2021
Accepted Answer
More Answers (0)
Categories
Find more on Display and Exploration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!