Skip to content

Commit c199b40

Browse files
Changed the heading format
1 parent 0d285cf commit c199b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAUI/Chat/scrolling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The [SfChat](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Chat.SfChat.htm
7474
{% endhighlight %}
7575
{% endtabs %}
7676

77-
## Scroll to bottom Button
77+
## Scroll to bottom button
7878

7979
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.
8080

@@ -99,7 +99,7 @@ sfChat.ShowScrollToBottomButton = true;
9999

100100
![Scroll to bottom button in .NET MAUI Chat](images/scrolling/maui-chat-scroll-to-bottom-button.gif)
101101

102-
### Scroll to Bottom Button Template
102+
### Scroll to bottom button template
103103

104104
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 view and style.
105105

0 commit comments

Comments
 (0)