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?