TreeView.PathSeparator attribute is not taken into account.
In all places in TreeViewAdapter.cs file where is
Replace("\\", "/")
should be
Replace("\\", treeView.PathSeparator.ToString())
instead.
Id #17628 | Release:
None
| Updated: Mar 17 at 10:59 PM by okli | Created: Mar 17 at 10:59 PM by okli