我在 Rad Studio C++(东京 10.2.3)工作。我有一个带有 2 行和 2 列的 TGridPanelLayout 控件的 FM 表单。我有两个列表框和一个备忘录字段,我想像这样排列:
在 GridPanelLayout 的 ControlCollection 下,我使用 RowSpan 2 设置了 col 0。它在 Windows 中完美运行,ListBox1 填满了网格的整个左半部分。在 iPhone 上的 IOS 中 ListBox1 只填满左上角的单元格。
像在 Win32 中那样在 IOS 上正确实现此功能的诀窍是什么?我在 Android 上对其进行了测试,它工作正常,所以这只是一个与 IOS 相关的错误。
我看到了这篇相关的帖子(Why won't controls span multiple columns or rows in an Android FireMonkey app? about similar issue on Android),但我不知道如何解决我的问题。