SimpleExample – escaping characters are not displayed in nod
Brought to you by:
agaman
Steps to reproduce:
1) Edit a text file that contains escaping characters (enter, tab).
Example:
first line
second line
2) Copy the file content to the clipboard.
3) Open TreeViewAdv sample application.
4) Navigate to ”Simple Example” tab.
5) Click a node’s text to rename it.
6) Paste the content of the clipboard.
Expected result: Node text contains all the text in the clipboard.
Actual result: Node text contains just the first line of the text in the
Current implementation on NodeTextBox don't display multi lines.
You can use TrimMultiLine property (in NodeTextBox) to add "..." at the end of the first line.
You can write your own NodeTextBox to display multi lines.