Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
Case-sensitive keys in UltraTree
posted

Below code generates exception "Key already exists":

ultraTree1.Nodes.Add("HELLO");
ultraTree1.Nodes.Add("hello");

Is it possible to make WinTree case-sensitive? By default UltraTree doesn't distinct keys, which differs in letter case (as "hello" and "HELLO").

Parents Reply Children
No Data