Guido Magrin
Guido Magrin

Reputation: 551

WP8 - Auto scrolling text in full textbox

I have looked around already for a solution to my issue, but couldn't find any.

I'd just need to know how to set a TextBox to make it able to "scroll" when it's full.

Basically, I don't need it to get completely empty when I insert 1 char (and that char inserted) but I need something like a FIFO Textbox.

Is there any way to accomplish that?

Upvotes: 0

Views: 395

Answers (1)

MatDev8
MatDev8

Reputation: 976

AcceptReturn = true / TextWrapping = true

Upvotes: 1

Related Questions