Hi,
Is there a limitation on the number of entries to be displayed in a ListView
control?
I have about 2000 entries and it doesn't list all of them. It lists only
like 75% entries.
Is there a way to increase the size for internal displaying of these entries
in the List view?
Thanks
Shakil
Carlos J. Quintero [.NET MVP] - 17 Feb 2005 14:23 GMT
First, think again if you really want such a huge number of items in the
list, since from a UI design point a view, some users may find it poorly
usable. But if you really need it, take a look at the concept of Virtual
ListView:
http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/samples/interne
t/commctrl/vlistvw/default.asp

Signature
Carlos J. Quintero
MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
> Hi,
>
[quoted text clipped - 10 lines]
> Thanks
> Shakil
Allen Anderson - 22 Feb 2005 04:42 GMT
my listview can do 50k items fairly easily. Check it out, the non
source version is free. You shouldn't need a virtual list to handle
2000 items.
http://www.glacialcomponents.com/ProdDetail/GlacialList.aspx
Cheers,
Allen
>Hi,
>
[quoted text clipped - 8 lines]
>Thanks
>Shakil