ListView ownerdrawn headers

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi all,

How would I go about mimicking the system drawn clickable style when
ownerdrawing the column headers? I.e. the mouse over changes the column
headers colour, and clicking it changes its style.

Any help would be appreciated.

Chris
 
Just incase anyone ever googles this, the answer is to simply:

e.DrawDefault = true;

in the column header draw

Chris
 
Back
Top