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 EnableTextWrap set to true
- Configure TextWrapElement enum to control wrapping scope
- Set TextOverflowMode enum 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