We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f0d13 commit 321d11eCopy full SHA for 321d11e
README.md
@@ -1,4 +1,4 @@
1
-# Fit the columns and rows size based on custom control size
+# Fit the Columns and Rows Size Based on Custom Control Size
2
3
This example demonstrates how to adjust the column and row height based on custom control size
4
@@ -16,4 +16,4 @@ void grid_SizeChanged(object sender, SizeChangedEventArgs e)
16
for (int j = 1; j < grid.Model.RowCount; ++j)
17
grid.Model.RowHeights[j] = height;
18
}
19
-```
+```
0 commit comments