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").
No, there is no way to make the keys case sensitive.