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.
I am very confused. in some places people say keys are NOT case sensitive in others they say they are.
Which is it?
This problem still get back to us. Maybe you plan to change it in next versions of Infragistics controls?