How to Wrap the Long Text in the Blazor ListView Component?
|
<SfListView CssClass="list" DataSource="@FlatListData" TValue="DataModel"> <ListViewFieldSettings TValue="DataModel" Id="ID" Text="Text"></ListViewFieldSettings> </SfListView>
<style> .list.e-listview .e-list-item { height: auto; } .list.e-listview .e-list-text { white-space: normal; } </style>
|
See Also :
Conclusion
We hope you enjoyed learning how to wrap the long text in the Blazor ListView component.
You can refer to our Blazor ListView feature tour page to know about its other groundbreaking features, documentation, and how to quickly get started with configuration specifications. You can also explore our Blazor ListView example to understand how to create and manipulate data.
For current customers, our Blazor components are available on the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to evaluate our Blazor ListView and other Blazor components.
If you have any questions or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!