Delphi with TMultiView does not get the desired height

0

I'm having trouble setting the Height to a TMultiView that is set to "pop up" from the bottom up ( DrawerOptions -> Placement = Bottom property). My Android application keeps the screen horizontal (I force it to be horizontal) and I need MultiView to appear on the bottom. The problem is that even setting Height = 50 (for example), it always takes on a much larger value.

How do I fix this?

    
asked by anonymous 23.11.2017 / 02:37

1 answer

0

Just to mark the question as answered and resolved, but giving due credit to @JuniorMoreira, the problem was solved just by setting the Height = XXX pixels property in MultiView, but at runtime.

NOTE: I could not understand why MultiView changed at run time the default value for Height at development time.

    
24.11.2017 / 22:43