A
--== Alain ==--
Hi,
I'm still working with my ListView custom control and i would like to
have some confirmation and help.
1. If i understood well the OnPaint event is never thrown to ListView
control ?
I tried to override it but i've seen that never it is run.
Therefore, as i want to redraw the columns header, i was thinking to
override the WndProc method but i see that a lot of work should be done
for a minimal effect.
I also tried to use OwnerDraw but refreshing of columns header is not
great. See my previous post.
2. what is the best solution for redraw the columns header ?
i mean to write text (with a special format) and also some arrow (not
images)
I would like to have the arrows on extrem right of my column header, not
directly just after the text of column header.
thanks a lot,
Al.
I'm still working with my ListView custom control and i would like to
have some confirmation and help.
1. If i understood well the OnPaint event is never thrown to ListView
control ?
I tried to override it but i've seen that never it is run.
Therefore, as i want to redraw the columns header, i was thinking to
override the WndProc method but i see that a lot of work should be done
for a minimal effect.
I also tried to use OwnerDraw but refreshing of columns header is not
great. See my previous post.
2. what is the best solution for redraw the columns header ?
i mean to write text (with a special format) and also some arrow (not
images)
I would like to have the arrows on extrem right of my column header, not
directly just after the text of column header.
thanks a lot,
Al.