Setting the Maxlength of the TreeNode text
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I want to restrict the Tree Node label length,when the label is being edited. How can i accomplish this. Thanks in Advance, San
Create a dialog for editing the label and set the restrictions in the dialog for how the label can be changed. Disable the native label editing in the tree node and handle an event (possibly click) to show the dialog.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog