I need to create a ListView at runtime, where ItemAppearance
is set as DynamicAppearance
, and then populate the ListView with values.
I know how to work with such a ListView created at design-time, but I can't find any information on how to properly create it at runtime.
Can someone provide an example of how to create such a ListView and add ListView objects (TTextObjectAppearance
) to it?