Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Controls
  New Posts New Posts RSS Feed - Property Page List Navigator Issue.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Property Page List Navigator Issue.

 Post Reply Post Reply
Author
Message
KumarCJ View Drop Down
Groupie
Groupie
Avatar

Joined: 02 April 2007
Location: India
Status: Offline
Points: 96
Post Options Post Options   Thanks (0) Thanks(0)   Quote KumarCJ Quote  Post ReplyReply Direct Link To This Post Topic: Property Page List Navigator Issue.
    Posted: 10 October 2014 at 2:18am
Hi,

Using Codejock version 16.2.4; created property sheet using below code in our application

CXTPPropertySheet ps(_T("Test"));

CXTPPropertyPageListNavigator* pList = new CXTPPropertyPageListNavigator();

pList->SetListStyle(xtpListBoxOffice2007);    // xtpListBoxOffice2007: Style not set as it is in sample program (PropertySheet)
//pList->SetListStyle(xtpListBoxOfficeXP);    // xtpListBoxOfficeXP: Style set properly
//pList->SetListStyle(xtpListBoxOffice2013);    // xtpListBoxOffice2013: Style set properly

ps.SetNavigator(pList);

CMyTest testPage;
ps.AddPage(&testPage);
ps.SetResizable();
ps.DoModal();


In my application OfficeXP & Office2013 set properly but Office2007 style does not set.

Any idea why it is so? Is there any thing I am missing.

Thanks,
Saket Kumar

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.137 seconds.