Hello there,
We have recently completed update of existing projects from version 9.20 to 12.01 generated code. Everything is working pretty well after the update but we are seeing something strange with our common menu components that use the vertical list. There seems to be some additional height coming for each item in the menu, which accumulates and leading to some clipping for the last item. We suspect it is something about the new capability to handle variable height elements in the vertical list. So far we are not trying to use this new ability and left our chora code unchanged.
Can you please point us at a hint of the cause and some method to restore the previous appearance?
To illustrate you can see the prototype viewer for both versions side by side with 9.20 on left side and 12.01 on right side.
One point to note is that our menu controls have set ItemHeight to not exactly the actual height of ItemClass.
Example, the vertical list below has ItemHeight = 50 and the button type has height 48.
The vertical list below has ItemHeight = 56 and the button type has height 60.