New to KendoReact? Start a free 30-day trial
SuggestionsLayoutMode
SuggestionsLayoutModePremium
Updated on Oct 30, 2025
Controls how suggestions behave when they exceed available space.
scroll—Suggestions scroll horizontally without navigation buttons.wrap—Suggestions wrap to new lines when they overflow.scrollbuttons—Suggestions scroll horizontally with navigation buttons.
type SuggestionsLayoutMode = "scroll" | "wrap" | "scrollbuttons";