Datagridview TreeColumn Hierarchical Data

0
1

I would be glad if you could help me with the steps to create hierarchical structure using the treecolumn in the datagridview either through code or designer.

  • You must to post comments
0
0

Hi Nicholas,

just use the ParentRow property of a DataGridViewRow to build up your hierarchy.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.