From 07593d5ee3a18612d44b5babab91d88559f51bb6 Mon Sep 17 00:00:00 2001 From: DaveInCaz Date: Wed, 5 Aug 2020 10:09:34 -0400 Subject: [PATCH] Update ScrollViewer.xml Refer to ScrollableHeight and ScrollableWidth properties instead of the more complicated explanation in terms of a subtraction. I checked the reference sources and these properties internally perform that same subtraction. --- xml/System.Windows.Controls/ScrollViewer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/System.Windows.Controls/ScrollViewer.xml b/xml/System.Windows.Controls/ScrollViewer.xml index 3cc65eef7d2..527232419a8 100644 --- a/xml/System.Windows.Controls/ScrollViewer.xml +++ b/xml/System.Windows.Controls/ScrollViewer.xml @@ -865,7 +865,7 @@ ## Remarks A positive value corresponds to the content being offset to the left. - Valid values are between zero and the minus the . + Valid values are between zero and . The returned value is described in Device Independent Pixels. @@ -2626,7 +2626,7 @@ ## Remarks A positive value corresponds to the content being offset to the top. - Valid values are between zero and the minus the . + Valid values are between zero and . If is `true`, the values of the , , , and properties are number of items. If is `false`, the values of these properties are Device Independent Pixels.