Click here to Skip to main content
16,008,750 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
In C# WinForm, I want implement find item in ListView Control with VirtualMode, how to do?
Posted
Updated 15-Jun-11 21:28pm
v3
Comments
Sergey Alexandrovich Kryukov 16-Jun-11 3:06am    
No tags (WPF, Forms, ASP.NET, what?), no effort. It's easy to learn if you just read the MSDN pages on this control. Did you try?
--SA

1 solution

If you look at teh documentation - which took no time at all to find if you Google for your subject line - MSDN has teh answer in an example on the VirtualMode[^] property page.

Ah, Google - wonderfull tool. But only if you use it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900