|
-
June 3rd, 1999, 03:40 PM
#1
CListView::DrawItem() never called
For whatever reason, I cant get the framework to call DrawItem. I have set the style bits as follows:
BOOL CTransactionView::PreCreateWindow(CREATESTRUCT& cs)
{
//cs.style &= ~LVS_TYPEMASK;
//cs.style &= ~LVS_SHOWSELALWAYS;
//cs.style |= LVS_REPORT | LVS_OWNERDRAWFIXED;
//cs.style |= LVS_EDITLABELS;
return CListView::PreCreateWindow(cs);
}
What am I doing wrong?
Scott
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|