Hi
i need some help for my listview element, I want to use listview with groups. But i want to make the group headers not selectable, i want to use them as seperator?
How can i do this?
ty
Hi
i need some help for my listview element, I want to use listview with groups. But i want to make the group headers not selectable, i want to use them as seperator?
How can i do this?
ty
Solution:
// Adds a new group that has a left-aligned header
listView1.Groups.Add(new ListViewGroup("List item text", HorizontalAlignment.Left));
You can find more information about it on http://msdn.microsoft.com/en-us/library/ezh1batz.aspx