Custom Listview Sample

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top