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

Re: ListView ownerdrawn headers by chris

chris
Sun Jan 15 03:47:26 CST 2006

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

e.DrawDefault = true;

in the column header draw

Chris