Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - SkinFramework do not work for CListCtrl with Check
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

SkinFramework do not work for CListCtrl with Check

 Post Reply Post Reply
Author
Message
pepe View Drop Down
Newbie
Newbie


Joined: 17 September 2008
Location: Germany
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote pepe Quote  Post ReplyReply Direct Link To This Post Topic: SkinFramework do not work for CListCtrl with Check
    Posted: 19 September 2008 at 3:09am
Hello,

the SkinFramework do not work for CListCtrl with CheckBoxes.

To check this expand the SkinMDISample in SkinPropertyPageControls.cpp:

BOOL CSkinPropertyPageControls::OnInitDialog()
{
...
// CListCtrl
...
    ListView_SetExtendedListViewStyle(m_wndListCtrl.GetSafeHwnd(), LVS_EX_CHECKBOXES | LVS_EX_FULLROWSELECT);

// CTreeCtrl
...
}

The CheckBoxes have the behavior of the normal CheckBoxes on WindowsXP or Vista and will not be skinned, when you change the style.

We use Version 12.0.2 of Xtreme ToolkitPro.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.109 seconds.