Evening,
If I am doing labels programmatically like:
Label3.Initialize("")
Label3.Text = "OB Reporter Application"
Label3.TextColor = Colors.DarkGray
Label3.TextSize = 14
Activity.AddView(Label3, 70dip, 0dip, 300dip, 40dip) ' this is label3 header
Can I add a CRLF to the second line where "Home" will show up under "OB Reporter Application" or do I need another label to accomplish that?
Thanks,
R
If I am doing labels programmatically like:
Label3.Initialize("")
Label3.Text = "OB Reporter Application"
Label3.TextColor = Colors.DarkGray
Label3.TextSize = 14
Activity.AddView(Label3, 70dip, 0dip, 300dip, 40dip) ' this is label3 header
Can I add a CRLF to the second line where "Home" will show up under "OB Reporter Application" or do I need another label to accomplish that?
Thanks,
R