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.
什么方法可以实现带有复选框的 TreeView 显示,但我不需要父节点的复选框,仅适用于没有子节点的“项目”。即我正在显示文件夹结构,但不想为任何文件夹设置复选框,仅用于文件。
谢谢。
您应该使用复选框模板。如果没有子项,则根本不显示复选框输入。 这是我正在谈论的 JSBIN 示例。