Ron Ray

Ron Ray

  • NA
  • 2
  • 700

Visual Studio Scrollviewer

Jun 24 2020 10:10 AM
Writing an application to add Active Directory user accounts using Visual Studio and Powershell.
The main screen has five buttons that run queries or  update AD. I want to write the output of each button to a feedback frame. My current assumption is that the best route would be to define a TextBlock for each button and direct the output to each TextBlock.  Put the TextBlocks in a StackPanel and put the StackPanel in a ScrollViewer.
Does anyone see anything inhearently wrong in the approach? Does anyony have any examples that are close?
Thanks 

Answers (2)