I have a User Area (UA) in a ScrollGroupBegin inwhich I show image files.
I set the size of the UA with GetMinSize() based on the nr of images to show.
Then I change the folder containing the image files.
The image files are displaced and I call GetMinSize() again to set the new height of the UA.
However, it seems that when the new UA height is smaller then the current height, the new height is not set.
Seems logical looking at the new GetMinSize().
Is there a way to set the height of the UA?