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.
我选择了一个具有不同列数据的节点。某些列设置为可见 = false。
当我将它从第一个 AdvTree 拖放到第二个 AdvTree 时,会显示隐藏的列。
我如何使它只有可见列被拖放到另一个 AdvTree 控件上?
我想让它这样当我将选定的节点拖到另一个 AdvTree 时,我将在第一个 advTree + 附加列上使用可见列填充 advtree(下拉选择)
我想最好的选择是在 advTree2 上捕获 drop 事件并隐藏代码中的列。