Create a TreeView control displaying module metadata
Closed this issue · 1 comments
v0idzz commented
The goal here is to have a TreeView-based control that displays the name of module as a top-level node. Module metadata can be displayed as children nodes. My suggestion is to have a hierarchy like this: <module_name> -> Metadata -> <metadata_table_name> -> <metadata_table_row_index> -> <metadata_table_row_column_name_and_value>
.