Skip to content

Commit 2706b2c

Browse files
Updated the dcroll to bottom button ug
1 parent dfa1605 commit 2706b2c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

MAUI/Chat/scrolling.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,17 @@ The [SfChat](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Chat.SfChat.htm
7373

7474
{% endhighlight %}
7575
{% endtabs %}
76-
## Scroll to Bottom Button
7776

78-
The `SfChat` allows you to display a scroll to bottom button when `ShowScrollToBottomButton` property is set to `true` that helps to quickly navigate to the last message when scrolled up through older messages in the conversation.
77+
## Scroll to bottom Button
78+
79+
The `SfChat` control provides the option to display a scroll to bottom button by setting the `ShowScrollToBottomButton` property to `true`. This button appears when scrolled up through older messages and allows quick navigation back to the latest message in the conversation.
7980

8081
{% tabs %}
8182
{% highlight xaml tabtitle="MainPage.xaml" hl_lines="4" %}
82-
<sfChat:SfChat x:Name="sfChat"
83-
Messages="{Binding Messages}"
84-
CurrentUser="{Binding CurrentUser}"
85-
ShowScrollToBottomButton="True"/>
83+
<sfChat:SfChat x:Name="sfChat"
84+
Messages="{Binding Messages}"
85+
CurrentUser="{Binding CurrentUser}"
86+
ShowScrollToBottomButton="True"/>
8687

8788
{% endhighlight %}
8889
{% endtabs %}
@@ -91,7 +92,7 @@ The `SfChat` allows you to display a scroll to bottom button when `ShowScrollToB
9192

9293
### Scroll to Bottom Button Template
9394

94-
The `SfChat` control allows you to fully customize the scroll to bottom button appearance by using the `ScrollToBottomButtonTemplate` property. This property lets you define a custom layout and style.
95+
The `SfChat` control allows you to fully customize the scroll to bottom button appearance by using the `ScrollToBottomButtonTemplate` property. This property lets you define a custom layout and style.
9596

9697
{% tabs %}
9798
{% highlight xaml tabtitle="MainPage.xaml" hl_lines="20" %}

0 commit comments

Comments
 (0)