TsListView vsReport Item Indent

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #70827
    jones612
    Participant

    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.
    #70834
    Support
    Keymaster

    Hello
    The Indent property will be supported in the v16.24

    #70845
    jones612
    Participant

    Hello,
    Thank you very much, now it’s perfect 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘TsListView vsReport Item Indent’ is closed to new replies.