Hi Serge,
There seems to be a problem with the OnAdvancedCustomDraw event not firing in the TsListView component.
Upon looking at the source code in sListView.pas, the TsCustomListView.NewAdvancedCustomDraw procedure is not calling the original OnAdvancedCustomDraw event set via the object inspector.
I don't know if other events are working or not for the control.
I have included a demo project. There are two ListView objects; one TListView and one TsListView. The OnAdvancedCustomDraw event is fired for the TListView, but not for the TsListView.
I'm using D7, XP sp2, v6.52 beta.
[attachment=3700:Project60.zip]