CListBox as part of a property grid |
Post Reply |
Author | |
SMaton
Groupie Joined: 04 May 2009 Status: Offline Points: 12 |
Post Options
Thanks(0)
Posted: 19 December 2012 at 7:58am |
Hello everyone,
We're currently reworking part of a larger dialog to use a property grid. One of the elements we need is a list of elements which is always visible within the property grid. Since the elements must be selectable, we need something similar to a CListBox as a grid item. Has anyone done this before and if yes, what is the best approach to this? I didn't find any code examples for this in the Codejock examples. Best regards, Stefan
|
|
dleibold
Groupie Joined: 08 March 2010 Location: Canada Status: Offline Points: 13 |
Post Options
Thanks(0)
|
Should look at CXTPPropertyGridItemOption; it shows a selectable radio button list by default. Although not exactly like CListBox, it at least keeps the requirement to have all elements visible.
There should be Option item examples within the provided XTP sample projects (e.g. ... Samples\PropertyGrid\GridSample). |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |