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.
是否可以将 TreeViewControl 呈现为无序列表而不是表?
你最好使用递归循环。TreeViewControl 无论如何都不是轻量级控件。
ASP.NET 现在允许 ControlAdapters,您可以编写并完全更改控件在页面上的显示方式。您可以尝试为 TreeViewControl 编写自己的适配器。