From 50045531b31654a5e0fce3a54dc10c71cf825c71 Mon Sep 17 00:00:00 2001 From: Sagar B Date: Tue, 9 Sep 2025 19:46:41 +0530 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20change=20"let's"=20=E2=86=92=20"l?= =?UTF-8?q?ets"=20in=20scroll-controls.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR fixes a minor typo in the Scroll Controls documentation: Original: "control has a ContentOrientation property that let's you control the ..." Corrected: "control has a ContentOrientation property that lets you control the ..." References issue #5492. --- hub/apps/design/controls/scroll-controls.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hub/apps/design/controls/scroll-controls.md b/hub/apps/design/controls/scroll-controls.md index 2aa7034870..1b04861757 100644 --- a/hub/apps/design/controls/scroll-controls.md +++ b/hub/apps/design/controls/scroll-controls.md @@ -184,7 +184,7 @@ This table describes the visibility options for these properties. ### Orientation -The ScrollView control has a [ContentOrientation](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.scrollview.contentorientation) property that let's you control the layout of content. This property determines how content can grow when it's not explicitly constrained. If `Height` and `Width` are explicitly set on the content, `ContentOrientation` has no effect. +The ScrollView control has a [ContentOrientation](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.scrollview.contentorientation) property that lets you control the layout of content. This property determines how content can grow when it's not explicitly constrained. If `Height` and `Width` are explicitly set on the content, `ContentOrientation` has no effect. This table shows the `ContentOrientation` options for [ScrollView](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.scrollview) and the equivalent settings for [ScrollViewer](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.scrollviewer). @@ -547,3 +547,4 @@ We recommend using the latest [WinUI 2](/windows/uwp/get-started/winui2/) to get ## Related topics - [ScrollViewer class](/windows/windows-app-sdk/api/winrt/microsoft.UI.Xaml.Controls.ScrollViewer) +