Posted 18 years ago
by Devin Grant
- Novi
Adding spaces at the begin or end of the "CollapsedText" property causes the text inside of the region to be hidden.
Text is hidden:
node.CollapsedText = " This is a demo ";
Text is displayed:
node.CollapsedText = "This is a demo";
Btw, I am using v4.0.
Text is hidden:
node.CollapsedText = " This is a demo ";
Text is displayed:
node.CollapsedText = "This is a demo";
Btw, I am using v4.0.