new row in LABEL control?

  • Thread starter Thread starter Bad_Kid
  • Start date Start date
B

Bad_Kid

label.text = "bbb";
label.text += // new line ??? "\n" doesn't work...
???
 
Hi,

Use either:
1. the "\r\n" combination, or
2. Environment.NewLine

HTH,
Rakesh Rajan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top