Group: Forum Members
Last Active: 9 Years Ago
Posts: 26,
Visits: 28
|
Hello, I was wondering how to get the NCommand.Text to wrap. In the attached screenshot, I'd like the word "Import" to be above the word "Tick". Thanks, Brian
|
Group: Forum Members
Last Active: Last Month
Posts: 139,
Visits: 184
|
Hello Brian, There is no functionality to wrap the text, but you can use NCommand.Text = text1 + System.Environment.NewLine + text2 to put "text2" on new line. Regards, Angel.
|