How to sort a ListView control by a column in Visual C# (in Group)?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I've read the following article: http://support.microsoft.com/default.aspx/kb/319401 It's very easy and working very well on my test project. The problem is, on my project I've Groups on my ListView (Folders, HTML Files, and so on...) and when I applied the code it didn't work. Can you please tell me what I'm missing? Your help would be greatly appreciated.