Listbox DrawItem Decorator
Windows Forms
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I'd like to write a decorator for a ListBox that draws the items in a ListBox on its own (e.g adding a border). More or less items dont need to be decorated and in these cases i want to use the default drawing routine for the particular item (e.g when specific conditions are not met). So I'd like to know how i can call the default drawing routine from within the DrawItem-Event in case i dont want to draw the item on my own. Is there a way to skip the owner drawing of an item? Thanks for any help on this. Best regards Trollpower