Skip to content

ax-meyer/ProtoTreeView

Repository files navigation

ProtoTreeView

C# WPF library offering a basic nested tree view for protobuf files.

Screenshot of tree view

Usage

  • Use nuget package: https://www.nuget.org/packages/ProtoTreeView/
  • OR: Integrate the ProtoTreeView project in your project
  • Add using ProtoTreeView
  • Call ProtoTreeViewWindow treeViewWindow = new ProtoTreeViewWindow(proto message); treeViewWindow.Show();

or

  • Use the ProtoTreeViewUserControl to integrate the tree view into your existing UI with a MVVM pattern.

About

C# Library to inspect proto messages in a hierarchical tree view

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •