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: docs/reference/controls/scrollviewer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import ScrollViewerScreenshot from '/img/reference/controls/scrollviewer/scrollv
7
7
8
8
# ScrollViewer
9
9
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.
11
11
12
12
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.
0 commit comments