I'm looking for a way to group items similar to the way the applications below have it for there grouping. Is it possible to create a group listbox using View Models? I plan on having multiple customer groups for example:
"AAA" (Group) -- "XDN" (Contact)
"NCB" (Group) -- "XDN" (Contact)
etc... I don't want it to be seperated by letters but instead by group names. Is this possible?
Thanks.
Nothing prevents you from creating a custom ordered collection that suits that precise purpose. Here's the collection type I usually use for it, when integrating it with the
LongListSelector
in the Silverlight ToolkitYou'll obviously have to modify the
GroupHeaderTemplate
but that's very easy.Example of use: