本文介绍了如何禁用树视图中的路径分隔符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨如何在Treeview中禁用路径分隔符
即时通讯使用树状视图显示所有文件和文件夹,即时通讯选择节点或子节点之一,然后将选定的节点或子节点添加到文本框,直到确定
但是我的问题是如果我选择c:\ programs
然后我在文本框中获取o/p为
c:\/程序
那是我的路径分隔符,默认是/
现在我想禁用路径分隔符,即/
如何禁用路径分隔符

解决方案



hihow disable path separator in treeview
im using tree view to display all the files and folders, and im selecting one of the node or childnode and selected node or child node is added to textbox, till this ok
but my problem is if im selecting c:\programs
then im getting the o/p in textbox as
c:\/programs
that is my path seperator by default is /
now i want to disable path seperator i.e /
how to disable path seperator

解决方案



这篇关于如何禁用树视图中的路径分隔符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-14 19:07