My scenario is is have a textbox then it is set to designer windows as
InputType = INPUT_TYPE_NONE
SingleLine = False
Wrap = False
Then is have a asynstream then when it receive something it append it to textbox
I used textbox as my display because it automatically scroll textbox both horizontal and vertical
Still the crlf is not appending on my textbox
if textboxt1.text.length > 0 then textbox1.text = textbox1.text & CRLF
textbox1.text = textbox1.text & NewItem