locked
Make the multi-line textbox auto-scroll to bottom? RRS feed

Answers

  • Add this

    using Windows.UI.Xaml.Media;

    • Marked as answer by RandyPete Wednesday, September 18, 2013 5:40 PM
    Wednesday, September 18, 2013 12:21 PM

All replies

  • What are you facing problem from the above given link's code ?
    Wednesday, September 18, 2013 8:58 AM
  • VisualTreeHelper isn't recognized.  What do I need to include?

    • Edited by RandyPete Wednesday, September 18, 2013 10:19 AM
    Wednesday, September 18, 2013 10:17 AM
  • Add this

    using Windows.UI.Xaml.Media;

    • Marked as answer by RandyPete Wednesday, September 18, 2013 5:40 PM
    Wednesday, September 18, 2013 12:21 PM
  • Thank you very much for this.

    My problem has been the Matrix class.  I'm using a custom class to deal with matrices.  It conflicts with Windows.UI.Xaml.Media;, which is why I didn't include it before.  I just solved this problem by adding an extra x to the end of my Matrix references.

    Everything now works great.  Thank you.

    Wednesday, September 18, 2013 5:42 PM