Reputation: 3025
I'm trying to create a listbox in C# to view my contacts list. Can anyone help me learn to create a custom listbox similar to http://mozillalinks.org/wp/wp-content/uploads/downloadtweaks1.png
Upvotes: 0
Views: 300
Reputation: 16748
Put your custom drawing logic inside DrawItem event. Sample here.
Upvotes: 1