Bug in TsListView

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35390
    dhwz2001
    Participant

    There seems to be a problem inside the TsListView component.

    If the font color and the selection color are the same then the SubItems font is somehow changed and is bold! (picture 1)

    If I use this stupid workaround everything seems to be ok (picture 2):

    Quote:

    procedure TFormFiles.lvFilesCustomDrawSubItem(Sender: TCustomListView;

    Item: TListItem; SubItem: Integer; State: TCustomDrawState;

    var DefaultDraw: Boolean);

    var

    ix: Integer;

    begin

    lvFiles.Canvas.Font.Color := clBlack-1;

    end;

    #49111
    Support
    Keymaster

    Which version of AlphaControls do you use?

    #49119
    dhwz2001
    Participant

    v7.70

    #49184
    Support
    Keymaster

    Can you try the version 8.02 please? Were changed some things which can solve an issue.

    #49226
    dhwz2001
    Participant

    I tried 8.03 and yes, seems to be fixed. Thanks! 😎

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.