New to Kendo UI for Angular? Start a free 30-day trial
SuggestionsLayoutMode
Updated on Oct 31, 2025
Defines the layout for the suggestions list.
'scroll' - The list is scrollable when the content overflows. 'wrap' - The list wraps to new lines when space is limited. 'scrollbuttons' - The list is scrollable with navigation buttons when the content overflows.
type SuggestionsLayoutMode = "scroll" | "wrap" | "scrollbuttons";