2
Answers

Visual Studio Scrollviewer

Ron Ray

Ron Ray

4y
743
1
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)