I have a ListCtrl that must handle nearly 10,000 lines. Each line has 4 items, the first of which is a Checkbox (mixin).
With this many lines, the load is very slow, and I want to use the virtual flag to speed things up.
Can I use Virtual concurrently with the checkbox mixin, and if so, could someone please send me sample code of how to do this?
Thanks
David
Sorry all,
I just noticed that Robin answered a similar question of mine some time ago.
Also looking at ObjectListView.
Thanks
David
ยทยทยท
On Sunday, May 19, 2013 10:11:33 AM UTC+3, David Wende wrote:
I have a ListCtrl that must handle nearly 10,000 lines. Each line has 4 items, the first of which is a Checkbox (mixin).
With this many lines, the load is very slow, and I want to use the virtual flag to speed things up.
Can I use Virtual concurrently with the checkbox mixin, and if so, could someone please send me sample code of how to do this?
Thanks
David