// JP opened flex table

Click to See Complete Forum and Search --> : ListCtrl BUG


OKll
March 23rd, 2002, 10:27 AM
1 If using background image for ListCtrl with SetBkImage(...), the stateimages(LVSIL_STATE imagelist) of all item are not draw TRANSPARENT£¡ but LVSIL_NORMAL LVSIL_SMALL imagelist all right!.

2 SetBkImage(...) function effects only in report mode !

Maybe you must use Owner-Draw to correct these problems

OKll
March 23rd, 2002, 11:33 AM
That is for subitem when set |LVS_EX_SUBITEMIMAGES¡£
m_list.SetBkColor(CLR_NONE);
m_list.SetTextBkColor(CLR_NONE);
No effect for subitem!

//JP added flex table