Hierarchical Grouping
I am looking for a way to group items into trees , later i will attempt to
place them in an in some kind of a Hierarchical GroupBox but first i wan't
to complete the logical part of this .
I thought of deriving from CollectionView but can't seem to find a way in
which to influence the Grouping process , this i an issue because if i
group on the ParentId i get a bunch of groups i would like to place into
the same one .
A -> B , C -> D , E , F ,G should be one group where in fact i would get 6
A B,C D,E F,G
any ideas how to approach such an issue ?
No comments:
Post a Comment