Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150286 | Dec 31,2019 01:43 AM UTC | Dec 31,2019 09:15 AM UTC | WPF | 1 |
![]() |
Tags: SfDataGrid |
private void SfDataGrid_Loaded(object sender, RoutedEventArgs e)
{
foreach(var column in sfDataGrid.Columns)
{
if (column is GridTextColumn)
(column as GridTextColumn).TextWrapping = TextWrapping.Wrap;
}
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.