Parent Col1 Col2 Col3
|
|____ Child Data1 Data2 Data3
|
|____ Child2 Data1 Data2 Data3
Parent Col1 Col2 Col3 | |____ Child Data1 Data2 Data3 | |____ Child2 Data1
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the ObjectListView library, is very powerful and pretty easy to use.
Here’s a full example:
1) compile the ObjectListView source code to get a
ObjectListView.dll2) create a new Windows Forms Application and add the
ObjectListView.dllas reference3) Open the Form1.cs code and copy the following code inside:
Result: