Hi,
I am just simple assigning some string to Editor view as below
Editor multiLine = new Editor();
multiLine.Text = "Why text is not visible"?
But nothing is shown in layout. Actually text exist, i verified it in run time using breakpoint. But, Why this is not working?