-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a Tip to specify ScrollTo may not work under specific conditio…
…n's (#2736) * adding scrollTo tip * Edit tip and add xrefs. * Fix xrefs. --------- Co-authored-by: David Britch <davidbritch@users.noreply.github.com>
- Loading branch information
1 parent
7935c22
commit 77734ee
Showing
2 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
docs/user-interface/controls/collectionview/includes/scrolling-tip.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
ms.topic: include | ||
ms.date: 06/09/2023 | ||
ms.date: 01/17/2025 | ||
--- | ||
|
||
> [!TIP] | ||
> Placing a <xref:Microsoft.Maui.Controls.CollectionView> inside a <xref:Microsoft.Maui.Controls.VerticalStackLayout> can stop the <xref:Microsoft.Maui.Controls.CollectionView> scrolling, and can limit the number of items that are displayed. In this situation, replace the <xref:Microsoft.Maui.Controls.VerticalStackLayout> with a <xref:Microsoft.Maui.Controls.Grid>. | ||
> Placing a <xref:Microsoft.Maui.Controls.CollectionView> inside a <xref:Microsoft.Maui.Controls.VerticalStackLayout> or <xref:Microsoft.Maui.Controls.StackLayout> can prevent the <xref:Microsoft.Maui.Controls.CollectionView> from scrolling, can prevent the <xref:Microsoft.Maui.Controls.ItemsView.ScrollTo%2A> method from scrolling the <xref:Microsoft.Maui.Controls.CollectionView>, and can limit the number of items that are displayed. In this situation, replace the <xref:Microsoft.Maui.Controls.VerticalStackLayout> or <xref:Microsoft.Maui.Controls.StackLayout> with a <xref:Microsoft.Maui.Controls.Grid>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters