New to Telerik UI for BlazorStart a free 30-day trial

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:

C#
public enum ChatSuggestionsLayoutMode

Fields

Suggestions are displayed in a single line with horizontal scrolling. Use when you want to keep a compact single-row layout without wrapping.

C#
Scroll = 1

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.

C#
ScrollButtons = 2

Suggestions wrap to the next line if they exceed the container width. This is the default behavior and improves readability for longer suggestion lists.

C#
Wrap = 0
In this article
DefinitionFieldsScrollScrollButtonsWrap
Not finding the help you need?
Contact Support