How to add a property table to a form in Visual Studio?
        Posted  
        
            by roddik
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by roddik
        
        
        
        Published on 2010-05-23T15:56:40Z
        Indexed on 
            2010/05/23
            16:00 UTC
        
        
        Read the original article
        Hit count: 242
        
c#
|visual-studio-2010
Hi. I don't have much experience with C# or VS, but I want to add a property table to a form, like this one:

So that columns are resizable, editable, of different types (e.g. checkbox for boolean) and sortable. How do I do that?
© Stack Overflow or respective owner