Hi,
I am using a treeview control.
I want to format the text displayed in the control.
For ex, I want to display the text of node as node.Text = "Library book1".
Notice the space. I want to give some space between the words.
However I notice that the control removes any extra spaces and makes it "Library book1".
What can I do to keep the spaces?
Thanks for the help.
-Roop