Print Page | Close Window

Property Page List Navigator Issue.

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=22431
Printed Date: 05 May 2024 at 1:18am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Property Page List Navigator Issue.
Posted By: KumarCJ
Subject: Property Page List Navigator Issue.
Date 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




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net