ListView OwnerDraw and Custom Background
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am failing in finding a way to use the new ListView.OwnerDraw=true and render a custom background. - ListView.BackgroundImage does not work for our needs. - SetStyle(ControlStyles.UserPaint, true); causes OnPaint and OnPaintBackground to fire *after* OnDrawItem, erasing any custom Item rendering. Am I missing a way to custom draw a ListView background while using the new-fangled OwnerDraw?