ListView Groups Example
ListView Groups Example:
This example reads a directory in windows and list out all files in groups, for example I have .doc and .xls etc files in my directory it creates 2 groups and add files according to groups
• Create a windows application
• Drag and drop ListView Control on to the form
• Drag and drop FolderBrowseDialog on to the components panel
• Drag and drop a Button on to the form

• Double click on the button and add following code
Build and Run.
Hope this helps.
SatishKumar J
MVP (ASP.NET)
Tags: ListView Groups Example, C#, .NET
