Skip to content

Commit 758f421

Browse files
authored
Merge pull request #622 from Bia10/patch-1
Update scrollviewer.md
2 parents 68e1bd9 + 87ee7e8 commit 758f421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/controls/scrollviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ScrollViewerScreenshot from '/img/reference/controls/scrollviewer/scrollv
77

88
# ScrollViewer
99

10-
The `ScrollViewer` control can have content that is bigger than its content zone, and will can provide scroll bars to move hidden content into view.
10+
The `ScrollViewer` control can have content that is bigger than its content zone, and will provide scroll bars to move hidden content into view.
1111

1212
A `ScrollViewer` cannot be contained in a control that has infinite height or width (depending on scrolling direction) such as a `StackPanel`. To avoid it, you can either set fixed Height/Width or MaxHeight/MaxWidth or choose another container panel.
1313

0 commit comments

Comments
 (0)