Tagged Questions

2
votes
4answers
104 views
+200

Binding to a single element inside a CompositeCollection

I am trying to produce a list of servers for browsing on a network such that it produces a tree view which looks like this: -Local Server - Endpoint 1 - Endpoint 2 -Remote - <Double-click to …
2
votes
8answers
171 views
+150

MVVM - what is the ideal way for usercontrols to talk to each other

I have a a user control which contains sevral other user controls. I am using MVVM. Each user control has a corresponding VM. How do these user controls send information to each other. I want to avoid …
0
votes
1answer
60 views
+150

RichTextBox vs FlowDocumentScrollViewer - Why do they look so different?

I have a very simple xaml file where I am passing the same Paragraph and Run elements to both a RichTextBox and a FlowDocumentScrollViewer. The both look radically different - which is not what I was …