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 » CExtListCtrl Collapse All
Subject Author Date
Lars Mohr Aug 25, 2010 - 12:31 PM

Dear Support Team,


how can I show the complete data in item if the column size is smaller than data size and if I move over it? Basically the same like in the CExtGridCell !


Thanks!


 

Lars Mohr Aug 26, 2010 - 12:37 PM


But the Explorer (CListCtrl) has this feature.!!!

Technical Support Aug 27, 2010 - 11:53 AM

We can regard your question as a feature requests. The tree view common control supports item expanding. Many controls in Prof-UIS support both item expanding and tooltips. The list view common control does not support item expanding. We tried to review some articles dedicated to list view improvements and found several tooltip based extensions:

http://www.codeproject.com/KB/list/CListCtrl_ToolTip.aspx
http://www.codeproject.com/KB/list/lvsample.aspx
http://www.codeproject.com/KB/list/ctooltiplistctrl.aspx
http://www.codeguru.com/cpp/controls/listview/tooltiptitletip/article.php/c4161/List-control-multiline-tooltipDataTip.htm
http://www.codeguru.com/cpp/controls/listview/tooltiptitletip/article.php/c4167/List-Control-with-Tooltips.htm

And, fortunately, we found one attempt of list view item expanding extension:

http://www.codeguru.com/cpp/controls/listview/tooltiptitletip/article.php/c1059/Titletip-for-individual-cells.htm

Lars Mohr Aug 30, 2010 - 3:29 AM

Yes, the last link is exactly what I want. But it would be nice if you could add this feature to the CExtListCtrl class. It looks not so difficult and very complex.


Thank you very much.

Technical Support Aug 26, 2010 - 12:04 PM

Your question contains the answer: use Prof-UIS grid instead of list view common control. The CExtListCtrl class just uses the skinned CExtHeaderCtrl header control with some additional features. We also provide skinned scroll bars for list view in the CExtNCSB < CExtListCtrl > specialized template class. The CExtListCtrl control supports sorting by several columns. All the other features are not changed in comparison with the CListCtrl control.