I have a collectionView with some elements inside it, which have a DateTime property. The graphic of each element is defined within the DataTemplate, but I would like that when there are multiple elements with the exact same DateTime property, they would be 'grouped' into a single object in the graphic
My collectionview already has groups, so what could be the right solution?
NOW:
LATER: