MeshackMusundi / SignalChat

WPF-MVVM instant messaging application using SignalR
MIT License
256 stars 95 forks source link

Add head picture in the message bubble #4

Open xuzhe35 opened 6 years ago

xuzhe35 commented 6 years ago

in most of the popular chat app

the head picture displayed besides the message bubble

can this project doing such thing?

This project is really awsome

MeshackMusundi commented 6 years ago

You can add the element you want in MessagesDataTemplate in ChatView.xaml. You can do this by placing an Image control and MessageBorder in a Grid and writing data triggers to show the appropriate image in the image control.