Delphi XE5 Android : how to make each listview item have its own template?

后端 未结 2 1550
暖寄归人
暖寄归人 2020-12-11 11:34

Is there a way to make the TListView of Delphi to behave like actual ListView in android? for example each item of the list has its own \"View\" and in that view can be mult

2条回答
  •  执笔经年
    2020-12-11 12:04

    You will have to use TListBox, then you can add list items and each item can have item text and details but you are limited to the predefined layouts. You can not make your completely own layout like in Eclipse. You will have to use FireMonkey Style Designer to create your own style. Take a look here.

提交回复
热议问题