Skip to content

Commit 321d11e

Browse files
Update README.md
1 parent 85f0d13 commit 321d11e

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 columns and rows size based on custom control size
1+
# Fit the Columns and Rows Size Based on Custom Control Size
22

33
This example demonstrates how to adjust the column and row height based on custom control size
44

@@ -16,4 +16,4 @@ void grid_SizeChanged(object sender, SizeChangedEventArgs e)
1616
for (int j = 1; j < grid.Model.RowCount; ++j)
1717
grid.Model.RowHeights[j] = height;
1818
}
19-
```
19+
```

0 commit comments

Comments
 (0)