Is there a limitation on the listview control?
I know the listbox control is 32k(even though I've been able to get WAY more than that in)
------------------
Ryan French
Niresoft Incorporated
http://www.niresoft.com
[email protected]
Printable View
Is there a limitation on the listview control?
I know the listbox control is 32k(even though I've been able to get WAY more than that in)
------------------
Ryan French
Niresoft Incorporated
http://www.niresoft.com
[email protected]
Yes, there is. But the limitation is a Long data type, which means - 2,147,483,647. I think it's enough. LoL
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
A ListBox isn't actually limited to 32kB of text but to 32767 items. Each item is a string that doesn't have any limitation in size (except for your systems RAM). Just like Serge said a ListView uses a Long instead of an Integer to index the items so the limitation there is over 2 billion items.
Good luck!
------------------
Joacim Andersson
[email protected]
[email protected]
www.YellowBlazer.com