Blazor MultiColumn ComboBox Example - Text Wrapping
This example demonstrates the TextWrap feature of Blazor MultiColumn ComboBox for managing content overflow.
TextWrap configuration:
- Enable TextWrap via
EnableTextWrapset to true - Configure
TextWrapElementenum to control wrapping scope - Set
TextOverflowModeenum for overflow handling
TextWrapElement enum defines wrapping application:
Both– Wraps header and contentHeader– Wraps header onlyContent– Wraps content only
TextOverflowMode enum defines overflow handling:
Ellipsis– Displays ellipsis (...) for overflowing contentEllipsisWithTooltip– Displays ellipsis with hover tooltip