Original Post
Hello, if this should be in the .NET forum I apologise, I wasn't sure. I am using Silverlight with C# to create an application. One of the elements is an output window, . Throughout the running of the application, lines are added on to the text box: Anyhow, what I want to be able to do is get the text box to scroll down once the lines reach the bottom of the box so the user can always see the latest line. I couldn't find any function in the TextBox class, so is there some other way?
TextBox sudoOutputWindow;
sudoOutputWindow.Text += "example line /n"