Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System.Windows.Controls/ScrollViewer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@
## Remarks
A positive <xref:System.Windows.Controls.ScrollViewer.HorizontalOffset%2A> value corresponds to the content being offset to the left.

Valid values are between zero and the <xref:System.Windows.Controls.ScrollViewer.ExtentWidth%2A> minus the <xref:System.Windows.Controls.ScrollViewer.ViewportWidth%2A>.
Valid values are between zero and <xref:System.Windows.Controls.ScrollViewer.ScrollableWidth%2A>.

The returned value is described in Device Independent Pixels.

Expand Down Expand Up @@ -2626,7 +2626,7 @@
## Remarks
A positive <xref:System.Windows.Controls.ScrollViewer.VerticalOffset%2A> value corresponds to the content being offset to the top.

Valid values are between zero and the <xref:System.Windows.Controls.ScrollViewer.ExtentHeight%2A> minus the <xref:System.Windows.Controls.ScrollViewer.ViewportHeight%2A>.
Valid values are between zero and <xref:System.Windows.Controls.ScrollViewer.ScrollableHeight%2A>.

If <xref:System.Windows.Controls.ScrollViewer.CanContentScroll%2A> is `true`, the values of the <xref:System.Windows.Controls.ScrollViewer.ExtentHeight%2A>, <xref:System.Windows.Controls.ScrollViewer.ScrollableHeight%2A>, <xref:System.Windows.Controls.ScrollViewer.ViewportHeight%2A>, and <xref:System.Windows.Controls.ScrollViewer.VerticalOffset%2A> properties are number of items. If <xref:System.Windows.Controls.ScrollViewer.CanContentScroll%2A> is `false`, the values of these properties are Device Independent Pixels.

Expand Down