Associating data with wxListCtrl in virtual mode

Vadim Zeitlin vadim at wxwindows.org
Tue Dec 12 01:22:05 PST 2006


On Tue, 12 Dec 2006 10:10:58 +0530 Lloyd <lloyd at cdactvm.in> wrote:

L>  I am using the wxListCtrl in wxLC_REPORT|wxLC_VIRTUAL mode to insert
L> the data. Is there any way for me to assign some kind of hidden data
L> with each raw?

 It doesn't make much sense to do this. If you use wxLC_VIRTUAL mode you
already have the data shown in the control somewhere else, why don't you
just add whatever "hidden" data you have to the same place?

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list