Changing List View Highligh:confused:
-
Hello, Does anyone got idea how to change the highlight of ListView. Because its default color is dark-blue. Actaully, I wanna try to modify the highlight display, e.g. highlight with only a line frame, not a color filled frame. I can't find any properties for that.. Anyone who expert on this, could you teach me~ .. Thank you very much
-
Hello, Does anyone got idea how to change the highlight of ListView. Because its default color is dark-blue. Actaully, I wanna try to modify the highlight display, e.g. highlight with only a line frame, not a color filled frame. I can't find any properties for that.. Anyone who expert on this, could you teach me~ .. Thank you very much
MS's .NET listview does not support this - it just uses the system highlight color. You might find a listview control here that allows you to do this, or you might want to make your own.
"Do unto others as you would have them do unto you." - Jesus
"An eye for an eye only makes the whole world blind." - Mahatma Gandhi -
MS's .NET listview does not support this - it just uses the system highlight color. You might find a listview control here that allows you to do this, or you might want to make your own.
"Do unto others as you would have them do unto you." - Jesus
"An eye for an eye only makes the whole world blind." - Mahatma GandhiThe ListViewEx class in the SharpLibrary allows this and many other customizations. Here is a screenshot: Screenshot Regards, Carlos
-
The ListViewEx class in the SharpLibrary allows this and many other customizations. Here is a screenshot: Screenshot Regards, Carlos
The SharpLibrary looks promising. Great work! I also liked the icons in your examples. Are they public available? Øyvind
-
The ListViewEx class in the SharpLibrary allows this and many other customizations. Here is a screenshot: Screenshot Regards, Carlos
-
Hi, Carlos, Thank you so much.. but could you show me some example how to use ListViewEx class ?? Thanks
The library is a commercial package. You can download the 35 samples available at the SharpLibrary Web Site.
-
The SharpLibrary looks promising. Great work! I also liked the icons in your examples. Are they public available? Øyvind
Go to DevianArt