WPF PropertyGrid - adding support for collections
        Posted  
        
            by akjoshi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by akjoshi
        
        
        
        Published on 2010-05-12T06:50:58Z
        Indexed on 
            2010/05/12
            6:54 UTC
        
        
        Read the original article
        Hit count: 485
        
wpf
|propertygrid
Hi,
I am working on wpf propertygrid(PG) control and I want the PG to support collection type(IList, ObservableCollection etc.) properties. I am bit confused on how to keep track of selected item(of that collection) and pass that to client.
Any ideas?
If the solution makes use of the Open Source WPF PropertyGrid (http://www.codeplex.com/wpg) I will implement the changes /additions back into the control.
© Stack Overflow or respective owner