Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
MonthlyLeaders
ASK A QUESTION
Forumguidelines
Ron Ray
2k
2
208
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
Reply
Answers (
2
)
How to bind a value from another viewmodel ?
How to show selected RibbonSplitMenuItem Header to RibbonSplitButton?