EnumChatSuggestionsLayoutMode
Controls how suggestions are displayed in the Chat interface. Choose from ChatSuggestionsLayoutMode options to optimize the presentation based on the number and length of suggestions: Wrap (default) wraps suggestions to the next line when they exceed the container width, Scroll shows suggestions in a single line with horizontal scrolling, and ScrollButtons shows a single line with horizontal scrolling and navigation buttons.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public enum ChatSuggestionsLayoutMode
Fields
Scroll
Suggestions are displayed in a single line with horizontal scrolling. Use when you want to keep a compact single-row layout without wrapping.
ScrollButtons
Suggestions are displayed in a single line with horizontal scrolling and navigation buttons. Use when you want explicit controls for navigating through a long list of suggestions.
Wrap
Suggestions wrap to the next line if they exceed the container width. This is the default behavior and improves readability for longer suggestion lists.