J
Jason
Dear All,
I am developing a photo viewer app. There will be a thumbnail listview with
checkbox for each item.
The standard ListView control is not pretty enough and the checkbox location
cannot be configured (it always aligns to bottom left corner and occupied
too much space, anyway to change checkbox location? seems there is no such
setting even by win32 p/invoke).
So I would like to owner draw my custom list view. I know there is example
for custom ListBox in
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/ownerdrawnlistbox.aspx.
However, is there a sample code for custom ListView??
Thank you very much!
Rgds,
Jason
I am developing a photo viewer app. There will be a thumbnail listview with
checkbox for each item.
The standard ListView control is not pretty enough and the checkbox location
cannot be configured (it always aligns to bottom left corner and occupied
too much space, anyway to change checkbox location? seems there is no such
setting even by win32 p/invoke).
So I would like to owner draw my custom list view. I know there is example
for custom ListBox in
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/ownerdrawnlistbox.aspx.
However, is there a sample code for custom ListView??
Thank you very much!
Rgds,
Jason