Thema: Delphi TListView.OnDrawItem

Einzelnen Beitrag anzeigen

Namenloser

Registriert seit: 7. Jun 2006
Ort: Karlsruhe
3.724 Beiträge
 
FreePascal / Lazarus
 
#13

AW: TListView.OnDrawItem

  Alt 16. Nov 2010, 09:50
TListview doesn't support the themed selection rectangle out of the box. You have to activate it manually by calling SetWindowTheme(Listview.Handle, 'Explorer', nil);
  Mit Zitat antworten Zitat