Clear Filters
Clear Filters

Does the uipanel have a max height?

1 view (last 30 days)
Robert Vullings
Robert Vullings on 4 May 2018
Hi,
I am working on a (programmatic) GUI where I have made a custom scrollable panel. I do so by creating a parent panel, which contains a child panel which is larger in size, and change its position relative to the parent panel by scrolling the scroll bar or the scroll wheel. The child panel holds some uicontrols, which are sized relative to the child panel.
Everything works fine, but at some point, if the child panel has a height of over ~3840 pixels, things start to act strange. The uicontrols get smaller in size when the child panel is getting larger. My first guess is that the uipanel size is capped at about 3840, and that the relative sizing of the uicontrols is done with the true size, but the GUI only shows the capped version. Does anybody know if there is any limit on the uipanel's size?
Regards, Robert

Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!