Skip to content

Commit

Permalink
Merge pull request #622 from Bia10/patch-1
Browse files Browse the repository at this point in the history
Update scrollviewer.md
  • Loading branch information
maxkatz6 authored Feb 24, 2025
2 parents 68e1bd9 + 87ee7e8 commit 758f421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/controls/scrollviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ScrollViewerScreenshot from '/img/reference/controls/scrollviewer/scrollv

# ScrollViewer

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.
The `ScrollViewer` control can have content that is bigger than its content zone, and will provide scroll bars to move hidden content into view.

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.

Expand Down

0 comments on commit 758f421

Please sign in to comment.