Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » CExtTreeCtrl feature request - multiple columns Collapse All
Subject Author Date
D. Cameron DeHeer Jan 9, 2009 - 10:20 AM

hi,


thanks for the new prof-uis look and feel compatible tree and list controls.  would it be possible to add multi-column capability to CExtTreeCtrl in a future release?  thanks and keep up the great work!


cameron

Technical Support Jan 12, 2009 - 1:35 PM

Thank you for the interesting question. The tree view common control does not support multiple columns when the list view common control does. Besides, list view common control supports hidden items what can be used for implementation of collapse-able rows. Here are examples of tree grids based on the list view common control:

http://www.codeproject.com/KB/tree/ctreelistctrl.aspx
http://www.codeproject.com/KB/tree/treelistctrlgerolf.aspx

You can adopt any of them by deriving from the CExtListCtrl class from Prof-UIS.