Completed
Last Updated: 26 May 2020 15:02 by ADMIN
Created by: prashant
Comments: 1
Category: Chat
Type: Feature Request
0

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>