Custom ListView selection style like VS2005 Menus

D

DZ

Help!

I wish to have the selection bar on a ListView control look like the
selection bar on menus of VS2005.
ie. Navy blue border with a light blue transparent background which
shows the selected text behind.
Anyone have some code to do this??

thanks
 
N

Nicholas Paldino [.NET/C# MVP]

DZ,

Unfortunately, probably not. You would have to custom paint the control
in order to do this, and that would require a good deal of code.
 

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