Print Page | Close Window

custom List in BackstagePage like RecentList

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=23854
Printed Date: 03 May 2024 at 1:39pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: custom List in BackstagePage like RecentList
Posted By: MarcoW
Subject: custom List in BackstagePage like RecentList
Date Posted: 24 May 2019 at 8:00am
Hi,

we are trying to use the BackstagePages and would like to implement a list that is showing recently used items, like the CXTPRibbonBackstagePageRecent does.

How can that be achieved?
With an derived CXTPRibbonBackstagePage or can the CXTPRibbonBackstagePageRecent directly be derived and modifed so that we can add items manually?



Replies:
Posted By: Alex H.
Date Posted: 28 May 2019 at 10:17am
We derived one from CXTPRibbonBackstagePage.
This class has a member for the recent files

CXTPRecentFileListBox m_wndList;

To fill the list call:

m_wndList.BuildItems();

we use XTP 18.4





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