You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MAUI/DataGrid/record-template-view.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,7 @@ Definition
235
235
<code>Auto</code>
236
236
</td>
237
237
<td>
238
-
Arranges template for the actual size as the {{'`RowTemplate`'| markdownify}} is measured.
238
+
Arranges template for the actual size as the {{'RowTemplate'| markdownify}} is measured.
239
239
</td>
240
240
</tr>
241
241
<tr>
@@ -251,7 +251,7 @@ Arranges template for the specified height in {{'[TemplateViewDefinition.Height]
251
251
<code>ViewportHeight</code>
252
252
</td>
253
253
<td>
254
-
Arranges template for the <code>ViewPortHeight</code> when the {{`RowTemplate`'| markdownify}} actual height is greater than <code>ViewPortHeight</code>.
254
+
Arranges template for the <code>ViewPortHeight</code> when the {{'RowTemplate'| markdownify}} actual height is greater than <code>ViewPortHeight</code>.
0 commit comments