开发者

2 sided winform Tree - exist?

开发者 https://www.devze.com 2022-12-24 06:37 出处:网络
I\'m looking for a 2 sided winform Tree control. something like what you see in the math books. meani开发者_Python百科ng that the tree can go both right and left in the control.

I'm looking for a 2 sided winform Tree control. something like what you see in the math books. meani开发者_Python百科ng that the tree can go both right and left in the control.

Something like http://www.math.bas.bg/~nkirov/2010/NETB201/slides/ch06/pic3.jpg

Thanks

Avi


You can possibly create a control for yourself deriving from the treeview and doing all the styling in the derived control. But I am sure it will be tedious thing. If you need to just show some data, in that case you can think of using SVG (its an XML inside) so that you can change data as you wish. Otherwise, think of WPF.

0

精彩评论

暂无评论...
验证码 换一张
取 消