I am making an app using visual studio 2012, It can be both in metro style or windows form I just need a control that behaves like the place where your message appears once you send it… like the one in the Message app on windows 8 and like iphone…
Share
A standard WPF Listbox with some customization to the list items is all it takes. Like it’s done in this question.
No need for any 3rd party control.