Skip to content

Commit 2c1f670

Browse files
ES-975464 - Addressed the concerns
1 parent f834a5e commit 2c1f670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Fit the column width and row height based on content size
1+
# Fit the Column Width and Row Height Based on Content Size
22

33
This example demonstrates how to adjust the columns and rows based on content size in [WPF GridControl](https://help.syncfusion.com/wpf/gridcontrol/overview).
44

@@ -45,7 +45,7 @@ this.grid.Model.ResizeColumnsToFit(GridRangeInfo.Table(), GridResizeToFitOptions
4545

4646
### Autofit Cells based on Wrap Text
4747

48-
To autofit the cells height based on the applied wrap text, need to use [ResizeRowsToFit](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Grid.GridModel.html#Syncfusion_Windows_Controls_Grid_GridModel_ResizeRowsToFit_Syncfusion_Windows_Controls_Grid_GridRangeInfo_Syncfusion_Windows_Controls_Grid_GridResizeToFitOptions_) method.
48+
To autofit the cell's height based on the applied wrap text, need to use [ResizeRowsToFit](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Controls.Grid.GridModel.html#Syncfusion_Windows_Controls_Grid_GridModel_ResizeRowsToFit_Syncfusion_Windows_Controls_Grid_GridRangeInfo_Syncfusion_Windows_Controls_Grid_GridResizeToFitOptions_) method.
4949

5050
``` csharp
5151
this.grid.Model[2, 2].TextWrapping = TextWrapping.Wrap;

0 commit comments

Comments
 (0)