Search code examples
androiddelphidelphi-10-seattle

TMultiView popover mode height too large


I am testing using TMultiView to popup a window with various options. I read about it here on Embarcadero website

Mobile Tutorial: Using a MultiView Component

Now the problem is that popup is working good but its too large. Its not as per what I have it at design time. Any idea what I might be doing wrong?

enter image description here


Solution

  • So it was much easier than that I though.

    I had to set PopoverOptions.PopupHeigh to what ever I want to fix this. For some reason when you reset MultiView size manually, this dosen't automatically change PopoverOptions.PopupHeigh. Maybe it's a bug.

    Note that Size.Height is used when MultiView is in different mode.