Click here to Skip to main content
15,884,176 members
Articles / Desktop Programming / Windows Forms

Drawing a Tree

Rate me:
Please Sign up or sign in to vote.
4.07/5 (9 votes)
24 Dec 2020CPOL3 min read 13.8K   19  
A tree drawing algorithm, implemented as C#/WinForms/NET Core control, that produces surprisingly good results with minimal effort
WinForms (.NET Core) control for tree visualization. The control takes care of the layout; and expects your code to draw nodes and edges.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Wischner Ltd
United Kingdom United Kingdom
Writing code since 1982 and still enjoying it.

Comments and Discussions