Bug in TsListView Root › Technical support › Troubleshooting This topic has 4 replies, 2 voices, and was last updated 12 years ago by dhwz2001. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts October 4, 2012 at 12:51 pm #35390 dhwz2001Participant 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; October 5, 2012 at 6:40 am #49111 SupportKeymaster Which version of AlphaControls do you use? October 5, 2012 at 2:17 pm #49119 dhwz2001Participant v7.70 October 24, 2012 at 9:56 am #49184 SupportKeymaster Can you try the version 8.02 please? Were changed some things which can solve an issue. October 26, 2012 at 8:10 pm #49226 dhwz2001Participant I tried 8.03 and yes, seems to be fixed. Thanks! 😎 Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting