Can I wrap the node text in a WinForms TreeView

2019-07-22 09:01发布

The ASP.NET TreeView has a NodeWrap property, is there an equivalent way of accomplishing the same thing in a WinForms TreeView?

EDIT:

Thanks for your suggestions of other controls, unfortunately my client will not permit the use of third-party controls.

2条回答
我欲成王,谁敢阻挡
2楼-- · 2019-07-22 09:50

This doesn't appear to be possible. You might look for a 3rd party tree view with more functionality.

查看更多
趁早两清
3楼-- · 2019-07-22 09:57

You may use a panel to put your treeview in it, although it is not exactly does the thing you want but it helps controlling consistency and control borders.

查看更多
登录 后发表回答