We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Remove "Typing indicator" space from bottom of sfchat.

Hello...

Seems that is a space between Messages and "Type a message" box. I think it's reserved for "Type a Message", but even I am not using it, there is a "white box" there and I would like to remove it. You can check in the last message below.

Xamarin Forms Chat load more


1 Reply

SV Suja Venkatesan Syncfusion Team October 21, 2022 01:14 PM UTC

Hi Marcelo,


Regarding your requirement ”Remove "Typing indicator" space from bottom of sfchat”


You can achieve your requirement by setting value as zero to TypingIndicatorHeight as like below code snippet.


Code Snippet:

<sfChat:SfChat x:Name="sfChat"                     

TypingIndicatorViewHeight="0"

Messages="{Binding Messages}"

CurrentUser="{Binding CurrentUser}"    

ShowOutgoingMessageAvatar="True" />


Please refer our User Guidelines documentation regarding TypingIndicatorHeight of SfChat in below link

UG link: https://help.syncfusion.com/xamarin/chat/typing-indicator#customize-height-of-the-typing-indicator-view-area


Regards,

Suja



Loader.
Live Chat Icon For mobile
Up arrow icon