Skip to content

Commit 11ad8bb

Browse files
Update knowledge-base/collectionview-item-template-adjust-height.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 4b63c3e commit 11ad8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/collectionview-item-template-adjust-height.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To control the height of the item template in CollectionView for .NET MAUI and r
3131

3232
### Setting a Fixed Height with `ItemLength`
3333

34-
Use the `ItemLength` property of the [CollectionViewLinearLayout](https://docs.telerik.com/devtools/maui/controls/collectionview/layouts/linear-layout) to explicitly define the height of the items:
34+
Use the `ItemLength` property of the [`CollectionViewLinearLayout`](https://docs.telerik.com/devtools/maui/controls/collectionview/layouts/linear-layout) to explicitly define the height of the items:
3535

3636
```XAML
3737
<telerik:RadCollectionView.ItemsLayout>

0 commit comments

Comments
 (0)