Hi!
Just started using AC and really like its features, amazing!
Just found some weirdness….
I regularly use TListView to show items (ViewStyle = vsReport) and using different Indent values for items.
However, if I convert the existing TListView to TsListView, then the Indent values seem ignored.
I created a simple demo project to reproduce: I added a TsListView and a Delphi standard TListView. Used same TImageList with 16×16 images for both of the lists and used very simply lines to create an item and set Indent, eg.
item:=sListView1.Items.add;
item.Caption:=’aaa’;
item.Indent:=1;
(or 2 or 3 etc.)
As you can see on the image, the result is different. I thought may be related to the skin but the situation is same regardless of skin I selected. If the SkinManager is not active – then the Indent values used (but no skin of course).
I searched the forum but found no similar topics – not sure if I just missed something?
Thanks for your help and time!
Attachments:
You must be
logged in to view attached files.