How to override header painting in GridListControl

Hi, I know I can override OnDrawCell to completely control the painting of the column headers. Can I do the same thing for GridListControl which does not have the same method for me to override? Thanks. Aaron

1 Reply

AC Aaron Ching June 16, 2003 07:12 PM UTC

I found the answer. Simply attach a DrawCell event to the GridListControl.Grid and do a e.Cancel = true at the end of my event handling code would do it.

Loader.
Up arrow icon