Is there a built-in grouping for ListBoxes or another user interface control? I would like to have a list, but there is some form of grouping or sections in the list. As below:
heading one
list item one
list item two
heading two
list item one
list item two
list item three
list item four
Is there anything available for this purpose without creating anything from scratch? I don’t want to mix multiple ListBoxes, rather I would prefer a solution where it was processed at the data binding level.
source
share