Silverlight Chat WrapPanel Crash / Bug
- by Matt
I've been given the task to create a simple Silverlight chat box for two people. My control must adhere to the following requirements
Scrollable
Text must wrap if it's too long
When a new item / message is added it must scroll that item into view
Now I've successfully made a usercontrol to meet these requirements, but I've run into a possible…