You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAUI/Chat/scrolling.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,16 +73,17 @@ The [SfChat](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Chat.SfChat.htm
73
73
74
74
{% endhighlight %}
75
75
{% endtabs %}
76
-
## Scroll to Bottom Button
77
76
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.
@@ -91,7 +92,7 @@ The `SfChat` allows you to display a scroll to bottom button when `ShowScrollToB
91
92
92
93
### Scroll to Bottom Button Template
93
94
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.
0 commit comments