Enum
ChatSuggestedActionsLayoutMode

Controls how suggested actions (quick actions attached to specific messages) are displayed. Similar to ChatSuggestionsLayoutMode, it offers three layout options: Wrap (default) wraps actions to the next line, Scroll shows actions in a single line with horizontal scrolling, and ScrollButtons adds navigation buttons to the horizontal scrolling.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ChatSuggestedActionsLayoutMode

Fields

Scroll

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

Declaration

cs-api-definition
Scroll = 1

Field Value

ChatSuggestedActionsLayoutMode

ScrollButtons

Suggested actions are displayed in a single line with horizontal scrolling and navigation buttons. Use when you want explicit controls for navigating through long action lists.

Declaration

cs-api-definition
ScrollButtons = 2

Field Value

ChatSuggestedActionsLayoutMode

Wrap

Suggested actions wrap to the next line when they exceed the available width. This is the default behavior and improves readability on smaller viewports.

Declaration

cs-api-definition
Wrap = 0

Field Value

ChatSuggestedActionsLayoutMode

In this article
DefinitionFieldsScrollScrollButtonsWrap
Not finding the help you need?
Contact Support