Click here to Skip to main content
15,892,059 members

Comments by kumar.selva.c (Top 7 by date)

kumar.selva.c 11-Jul-13 6:58am View    
@Naz_Firdouse, thanx for ur reply, but its a work around way so i did it simply by Registering dependencyproperty in both usercntrol, please see this [http://stackoverflow.com/questions/17570070/how-to-change-listboxitem-size-with-respect-to-slider-value]
kumar.selva.c 28-Jun-13 3:23am View    
@Pheonyx, Its also not working , but when i do like this
myCollectionView = CType(CollectionViewSource.GetDefaultView(DirectCast(DataContext, ThumbnailImages_Test.Stacks).Stacks), ListCollectionView)

i'm able to get mycollectionview but still, since this is multiple collection i'm unable to group and sort.
If it is a single collection, CollectionViewSorurce works perfectly, i don how to deal with list of Collection , if you see the above XML file there are two stack collection which in turn cointains many collection,

i want to group by "PT" and Filter by Index which is inside the File Collection and to load images in Filename,
kumar.selva.c 28-Jun-13 2:17am View    
Actually when i set oStack to Me.datacontext its perfect, But when i set it to myCollectionView = CType(CollectionViewSource.GetDefaultView(Me.DataContext), ListCollectionView), i'm getting mycollectionView = Nothing

and exception has not been thrown.
kumar.selva.c 8-Mar-13 6:13am View    
@Irina.. I can achive this by using Listview, but if i use it inside Datatemplate then im unable to use that previlage. Do u have any idea?
kumar.selva.c 7-Mar-13 5:10am View    
@Irina I'm completely blank about this reqiurement. if u have any sample code plz provide.