How to add a property table to a form in Visual Studio?
- by roddik
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?