Hello!
I wounder how you support the use of emojis in the WPF Chat component. Or is it supported?
Best regards
Hans
Hi,
Quick question on solution provided in the ticket : https://www.telerik.com/account/support-tickets/view-ticket/1464733 .
It looks like we would need to show few SuggestedAction in vertical and others in horizontal orientation. Is it possible to set the orientation value from chat control ?
Something like this ...
<ItemsPanelTemplate>
<VirtualizingStackPanel IsItemsHost="True" Orientation="{Binding RelativeSource={RelativeSource AncestorType={x:Type telerik:RadChat}},
Path=SuggestedActionOrientation}"/>
</ItemsPanelTemplate>
Hello,
It would be great to be able to tag an author with @.
The idea is to provide an authors list like in skype :
The authors list could be setted with binding from ViewModel by example. Message could have a tagged authors list too in order to easily send a notification to all tagged users from ViewModel.
Regards,