.net - How can you obtain the items within a group inside a PagedCollectionView? -



.net - How can you obtain the items within a group inside a PagedCollectionView? -

i have pagedcollectionview, groups property on doesn't expose info each group, such of items in pagedcollectionview within group, info need know..

i'd this:

(system.windows.data.collectionviewgroupinternal)pcv.groups[0].items;

it seems held within internal class, , not obtainable client code. there way information?

it turns out simple feature impossible using public interfaces of datagrid. amazing basic feature has been missing years in grid.

.net wpf silverlight silverlight-4.0

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -