Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何控件可以绘制这样的东西?
有些细胞只有一个父母,有些则有不止一个。有些人有一个或多个孩子。但是没有一群孩子有一群父亲。
我会请您考虑采用 WPF,因为这种工作在 WinForms 中会很混乱。您可以查看在 WPF 中实现的FamilyShow,其中源可用。老实说,这是我在 .NET 上看到的最好看的 GUI。此外,它编译!:)