From 88bb83bba9ee3b50d9a2efec231f905560c18af4 Mon Sep 17 00:00:00 2001 From: annmariehitchcock <106630431+annmariehitchcock@users.noreply.github.com> Date: Wed, 20 Jul 2022 15:22:30 -0700 Subject: [PATCH 1/5] Validation: Fix missing descriptions Set 1 --- .../framework/wpf/controls/listview-styles-and-templates.md | 1 + ...ate-columns-and-rows-by-using-columndefinitionscollections.md | 1 + dotnet-desktop-guide/framework/wpf/controls/menu-overview.md | 1 + dotnet-desktop-guide/framework/wpf/controls/menu.md | 1 + 4 files changed, 4 insertions(+) diff --git a/dotnet-desktop-guide/framework/wpf/controls/listview-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/listview-styles-and-templates.md index 2b699c9f0b..92add23323 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/listview-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/listview-styles-and-templates.md @@ -1,5 +1,6 @@ --- title: "ListView Styles and Templates" +description: Review a list of topics describing the styles and templates available for use with ListView control. ms.date: "03/30/2017" helpviewer_keywords: - "parts [WPF], ListView" diff --git a/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md b/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md index a79f40ea28..a8ec04a9ed 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md +++ b/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md @@ -1,5 +1,6 @@ --- title: "How to: Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections" +description: Review a list of topics describing the styles and templates available that can be used with ListView control. ms.date: "03/30/2017" dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/menu-overview.md b/dotnet-desktop-guide/framework/wpf/controls/menu-overview.md index df58bcbd76..639d0203ea 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/menu-overview.md +++ b/dotnet-desktop-guide/framework/wpf/controls/menu-overview.md @@ -1,5 +1,6 @@ --- title: "Menu Overview" +description: Learn how the Menu class enables you to organize elements associated with commands and event handlers in a hierarchical order. ms.date: "03/30/2017" helpviewer_keywords: - "Menu control [WPF]" diff --git a/dotnet-desktop-guide/framework/wpf/controls/menu.md b/dotnet-desktop-guide/framework/wpf/controls/menu.md index ba002ac75e..9115d9521d 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/menu.md +++ b/dotnet-desktop-guide/framework/wpf/controls/menu.md @@ -1,5 +1,6 @@ --- title: "Menu" +description: Learn how to use a Menu control allowing the hierarchical organization of elements associated with commands or event handlers. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" From 956649a02bad1223938c12f9944f389ec9347319 Mon Sep 17 00:00:00 2001 From: annmariehitchcock <106630431+annmariehitchcock@users.noreply.github.com> Date: Thu, 21 Jul 2022 08:38:16 -0700 Subject: [PATCH 2/5] Validation Set 2 --- .../wpf/controls/navigationwindow-styles-and-templates.md | 1 + .../framework/wpf/controls/panel-how-to-topics.md | 1 + dotnet-desktop-guide/framework/wpf/controls/panel.md | 1 + .../wpf/controls/passwordbox-styles-and-templates.md | 1 + dotnet-desktop-guide/framework/wpf/controls/passwordbox.md | 1 + .../framework/wpf/controls/popup-how-to-topics.md | 1 + .../framework/wpf/controls/popup-placement-behavior.md | 4 ++-- dotnet-desktop-guide/framework/wpf/controls/popup.md | 1 + 8 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dotnet-desktop-guide/framework/wpf/controls/navigationwindow-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/navigationwindow-styles-and-templates.md index 141b65b979..22d8d9407f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/navigationwindow-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/navigationwindow-styles-and-templates.md @@ -1,5 +1,6 @@ --- title: "NavigationWindow Styles and Templates" +description: Learn about styles and templates for the NavigationWindow control including tutorials and code examples. ms.date: "03/30/2017" helpviewer_keywords: - "states [WPF], NavigationWindow" diff --git a/dotnet-desktop-guide/framework/wpf/controls/panel-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/panel-how-to-topics.md index 30145da2de..b6146bbf19 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/panel-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/panel-how-to-topics.md @@ -1,5 +1,6 @@ --- title: "Panel How-to Topics" +description: Review a list of Panel how-to topics about how to use the Panel element and related APIs in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/panel.md b/dotnet-desktop-guide/framework/wpf/controls/panel.md index 49fd3fe3fe..1ddfab7459 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/panel.md +++ b/dotnet-desktop-guide/framework/wpf/controls/panel.md @@ -1,5 +1,6 @@ --- title: "Panel" +description: Learn about Panel, it is the base class for all elements that support application layout in Windows Presentation Foundation (WPF). ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/passwordbox-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/passwordbox-styles-and-templates.md index 38397d5e3f..515ba16172 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/passwordbox-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/passwordbox-styles-and-templates.md @@ -1,5 +1,6 @@ --- title: "PasswordBox Styles and Templates" +description: Learn about the styles and templates for the PasswordBox control in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" helpviewer_keywords: - "styles [WPF], PasswordBox" diff --git a/dotnet-desktop-guide/framework/wpf/controls/passwordbox.md b/dotnet-desktop-guide/framework/wpf/controls/passwordbox.md index fe4921df98..5b1df85630 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/passwordbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/passwordbox.md @@ -1,5 +1,6 @@ --- title: "PasswordBox" +description: Learn how to use PasswordBox to input sensitive or private information in Windows Presentation Foundation (WPF) applications. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/popup-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/popup-how-to-topics.md index cde5d325fe..21710663b2 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/popup-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/popup-how-to-topics.md @@ -1,5 +1,6 @@ --- title: "Popup How-to Topics" +description: Review the Popup how-to topics describing how to use the Popup control to display content in a separate window that floats over the current application window. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/popup-placement-behavior.md b/dotnet-desktop-guide/framework/wpf/controls/popup-placement-behavior.md index 529ac710e0..a43de2ebe3 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/popup-placement-behavior.md +++ b/dotnet-desktop-guide/framework/wpf/controls/popup-placement-behavior.md @@ -164,7 +164,7 @@ A control displays content in a The following illustration demonstrates that when the bottom screen edge hides all or part of the , the popup alignment point is the bottom-left corner of the . - ![New alignment point due to bottom screen edge](./media/popup-placement-behavior/popup-placement-relative-point-screen-edge.png "Popup encounters bottom edge of the screen and changes the popup alignment point.") + ![Screenshot showing the Target area with the Popup alignment point going past the Screen Edge in the bottom-left corner.](./media/popup-placement-behavior/popup-placement-relative-point-screen-edge.png "Popup encounters bottom edge of the screen and changes the popup alignment point.") The following illustration demonstrates that when the is hidden by the right screen edge, the popup alignment point is the top-right corner of the . @@ -177,7 +177,7 @@ A control displays content in a The following illustration demonstrates that when is and the encounters the bottom screen edge, the target origin is the top-left corner of the target area and the popup alignment point is the bottom-left corner of the . - ![New alignment point due to bottom screen edge](./media/popup-placement-behavior/popup-placement-bottom-screen-edge.png "Placement is Bottom and the popup encounters the bottom edge of the screen.") + ![Screenshot showing the Target area in the top half of the screen with the Popup alignment point on the bottom half of the screen with a VerticalOffset of 5.](./media/popup-placement-behavior/popup-placement-bottom-screen-edge.png "Placement is Bottom and the popup encounters the bottom edge of the screen.") The following illustration demonstrates that when is and the encounters the left screen edge, the target origin is the top-right corner of the target area and the popup alignment point is the top-left corner of the . diff --git a/dotnet-desktop-guide/framework/wpf/controls/popup.md b/dotnet-desktop-guide/framework/wpf/controls/popup.md index c75ba997d0..f926e6faa9 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/popup.md +++ b/dotnet-desktop-guide/framework/wpf/controls/popup.md @@ -1,5 +1,6 @@ --- title: "Popup" +description: Learn how to use the Popup control to display content in a separate window that floats over the current application window. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" From e75204c7794d7e1627f51cdc65eb8071ebb15e73 Mon Sep 17 00:00:00 2001 From: annmariehitchcock <106630431+annmariehitchcock@users.noreply.github.com> Date: Thu, 21 Jul 2022 11:24:01 -0700 Subject: [PATCH 3/5] Validation Set 3 --- dotnet-desktop-guide/framework/wpf/controls/printdialog.md | 1 + .../framework/wpf/controls/progressbar-styles-and-templates.md | 1 + dotnet-desktop-guide/framework/wpf/controls/progressbar.md | 1 + .../framework/wpf/controls/radiobutton-styles-and-templates.md | 1 + dotnet-desktop-guide/framework/wpf/controls/radiobutton.md | 1 + .../framework/wpf/controls/repeatbutton-styles-and-templates.md | 1 + dotnet-desktop-guide/framework/wpf/controls/repeatbutton.md | 1 + .../framework/wpf/controls/richtextbox-how-to-topics.md | 1 + dotnet-desktop-guide/framework/wpf/controls/richtextbox.md | 1 + .../framework/wpf/controls/scrollbar-styles-and-templates.md | 1 + dotnet-desktop-guide/framework/wpf/controls/scrollbar.md | 1 + .../framework/wpf/controls/scrollviewer-how-to-topics.md | 1 + .../framework/wpf/controls/scrollviewer-styles-and-templates.md | 1 + dotnet-desktop-guide/framework/wpf/controls/scrollviewer.md | 1 + dotnet-desktop-guide/framework/wpf/controls/separator.md | 1 + .../framework/wpf/controls/slider-styles-and-templates.md | 1 + dotnet-desktop-guide/framework/wpf/controls/slider.md | 1 + 17 files changed, 17 insertions(+) diff --git a/dotnet-desktop-guide/framework/wpf/controls/printdialog.md b/dotnet-desktop-guide/framework/wpf/controls/printdialog.md index a99875f8a5..a51f95484a 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/printdialog.md +++ b/dotnet-desktop-guide/framework/wpf/controls/printdialog.md @@ -1,5 +1,6 @@ --- title: "PrintDialog" +description: Learn how the PrintDialog control is used to instantiate a standard print dialog box that automatically configures a PrintTicket and PrintQueue. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/progressbar-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/progressbar-styles-and-templates.md index 96b4e13a2f..76d38240e3 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/progressbar-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/progressbar-styles-and-templates.md @@ -1,5 +1,6 @@ --- title: "ProgressBar Styles and Templates" +description: Learn about the styles and templates for the ProgressBar control allowing you to modify the default ControlTemplate and give it a unique appearance. ms.date: "03/30/2017" helpviewer_keywords: - "parts [WPF], ProgressBar" diff --git a/dotnet-desktop-guide/framework/wpf/controls/progressbar.md b/dotnet-desktop-guide/framework/wpf/controls/progressbar.md index 71e3aef528..c67fb3be37 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/progressbar.md +++ b/dotnet-desktop-guide/framework/wpf/controls/progressbar.md @@ -1,5 +1,6 @@ --- title: "ProgressBar" +description: The ProgressBar control consists of a window that fills with the system highlight color as an operation progresses indicating the progress of an operation. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/radiobutton-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/radiobutton-styles-and-templates.md index 4ad0dc1af8..ca0d396530 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/radiobutton-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/radiobutton-styles-and-templates.md @@ -1,5 +1,6 @@ --- title: "RadioButton Styles and Templates" +description: Learn about the styles and templates for the RadioButton control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" helpviewer_keywords: - "styles [WPF], RadioButton" diff --git a/dotnet-desktop-guide/framework/wpf/controls/radiobutton.md b/dotnet-desktop-guide/framework/wpf/controls/radiobutton.md index 38157db4ab..7b6fbb6b41 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/radiobutton.md +++ b/dotnet-desktop-guide/framework/wpf/controls/radiobutton.md @@ -1,5 +1,6 @@ --- title: "RadioButton" +description: Learn how RadioButton controls are usually grouped together to offer users a single choice among several options. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/repeatbutton-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/repeatbutton-styles-and-templates.md index 0c67daad4c..43fe046723 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/repeatbutton-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/repeatbutton-styles-and-templates.md @@ -1,5 +1,6 @@ --- title: "RepeatButton Styles and Templates" +description: Learn how the the styles and templates for the RepeatButton control allow you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" helpviewer_keywords: - "RepeatButton [WPF], styles and templates" diff --git a/dotnet-desktop-guide/framework/wpf/controls/repeatbutton.md b/dotnet-desktop-guide/framework/wpf/controls/repeatbutton.md index 4c7886f22c..1f85277de6 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/repeatbutton.md +++ b/dotnet-desktop-guide/framework/wpf/controls/repeatbutton.md @@ -1,5 +1,6 @@ --- title: "RepeatButton" +description: Learn about how the RepeatButton elements give you control over when and how the Click event occurs. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/richtextbox-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/richtextbox-how-to-topics.md index a212072989..4c962f9d88 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/richtextbox-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/richtextbox-how-to-topics.md @@ -1,5 +1,6 @@ --- title: "RichTextBox How-to Topics" +description: Review the RichTextBox how-to topics providing examples that demonstrate how to accomplish common tasks using the RichTextBox control. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/richtextbox.md b/dotnet-desktop-guide/framework/wpf/controls/richtextbox.md index bbed68a00c..08735b7bf3 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/richtextbox.md +++ b/dotnet-desktop-guide/framework/wpf/controls/richtextbox.md @@ -1,5 +1,6 @@ --- title: "RichTextBox" +description: The RichTextBox element defines an editing control with built-in support for features such as cut and paste, rich document presentation, and content selection. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/scrollbar-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/scrollbar-styles-and-templates.md index 912a0b1dd8..6fec25c19b 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/scrollbar-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/scrollbar-styles-and-templates.md @@ -1,5 +1,6 @@ --- title: "ScrollBar Styles and Templates" +description: Learn about the the styles and templates for the ScrollBar control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" helpviewer_keywords: - "styles [WPF], ScrollBar" diff --git a/dotnet-desktop-guide/framework/wpf/controls/scrollbar.md b/dotnet-desktop-guide/framework/wpf/controls/scrollbar.md index 2af3c567f3..3bdb2c8044 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/scrollbar.md +++ b/dotnet-desktop-guide/framework/wpf/controls/scrollbar.md @@ -1,5 +1,6 @@ --- title: "ScrollBar" +description: Learn how a ScrollBar allows you to view content that is outside of the current viewing area by sliding the Thumb to make the content visible. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-how-to-topics.md b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-how-to-topics.md index edd7bcbbde..3239e51d67 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-how-to-topics.md +++ b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-how-to-topics.md @@ -1,5 +1,6 @@ --- title: "ScrollViewer How-to Topics" +description: Review a list of ScrollViewer how-to topics demonstrating how to use the ScrollViewer element to create scrollable regions in your applications. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-styles-and-templates.md index 0bbb2d1625..95ce69f3c7 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer-styles-and-templates.md @@ -1,5 +1,6 @@ --- title: "ScrollViewer Styles and Templates" +description: Learn about the styles and templates for the ScrollViewer control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" helpviewer_keywords: - "parts [WPF], ScrollViewer" diff --git a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer.md b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer.md index abeba6cd25..97b2765fdf 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/scrollviewer.md +++ b/dotnet-desktop-guide/framework/wpf/controls/scrollviewer.md @@ -1,5 +1,6 @@ --- title: "ScrollViewer" +description: Learn how the ScrollViewer control creates a scrollable region at which point content can be scrolled horizontally or vertically. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/separator.md b/dotnet-desktop-guide/framework/wpf/controls/separator.md index 533b3baa8b..e34499f534 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/separator.md +++ b/dotnet-desktop-guide/framework/wpf/controls/separator.md @@ -1,5 +1,6 @@ --- title: "Separator" +description: Learn how to use a Separator control to draw a horizontal or vertical line between items in controls. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" diff --git a/dotnet-desktop-guide/framework/wpf/controls/slider-styles-and-templates.md b/dotnet-desktop-guide/framework/wpf/controls/slider-styles-and-templates.md index 2755c8d0c5..44230aefb2 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/slider-styles-and-templates.md +++ b/dotnet-desktop-guide/framework/wpf/controls/slider-styles-and-templates.md @@ -1,5 +1,6 @@ --- title: "Slider Styles and Templates" +description: Learn about the styles and templates for the Slider control allowing you to modify the default ControlTemplate to give the control a unique appearance. ms.date: "03/30/2017" helpviewer_keywords: - "parts [WPF], Slider" diff --git a/dotnet-desktop-guide/framework/wpf/controls/slider.md b/dotnet-desktop-guide/framework/wpf/controls/slider.md index 077fc87dfd..6f2d9cc00f 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/slider.md +++ b/dotnet-desktop-guide/framework/wpf/controls/slider.md @@ -1,5 +1,6 @@ --- title: "Slider" +description: Learn how the Slider allows you select from a range of values by moving a Thumb along a Track. ms.date: "03/30/2017" f1_keywords: - "AutoGeneratedOrientationPage" From 1f22bd6e0f0a978fb19344d456d5dcda3bfcb6f4 Mon Sep 17 00:00:00 2001 From: annmariehitchcock <106630431+annmariehitchcock@users.noreply.github.com> Date: Thu, 21 Jul 2022 11:34:21 -0700 Subject: [PATCH 4/5] Validation Set 4 --- ...te-columns-and-rows-by-using-columndefinitionscollections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md b/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md index a8ec04a9ed..5acd053fa8 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md +++ b/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md @@ -1,6 +1,6 @@ --- title: "How to: Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections" -description: Review a list of topics describing the styles and templates available that can be used with ListView control. +description: Learn how to use the Slider allowing you to select from a range of values by moving a Thumb along a Track. ms.date: "03/30/2017" dev_langs: - "csharp" From 93269afa59cf8d18de2e2343f8dc22e2b612fe42 Mon Sep 17 00:00:00 2001 From: annmariehitchcock <106630431+annmariehitchcock@users.noreply.github.com> Date: Thu, 21 Jul 2022 13:07:19 -0700 Subject: [PATCH 5/5] Validation final edit --- ...te-columns-and-rows-by-using-columndefinitionscollections.md | 2 +- .../framework/wpf/controls/popup-placement-behavior.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md b/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md index 5acd053fa8..b304a2f805 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md +++ b/dotnet-desktop-guide/framework/wpf/controls/manipulate-columns-and-rows-by-using-columndefinitionscollections.md @@ -1,6 +1,6 @@ --- title: "How to: Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections" -description: Learn how to use the Slider allowing you to select from a range of values by moving a Thumb along a Track. +description: Learn how to use methods in the ColumnDefinitionCollection and RowDefinitionCollection classes to perform actions like adding, clearing, or counting contents. ms.date: "03/30/2017" dev_langs: - "csharp" diff --git a/dotnet-desktop-guide/framework/wpf/controls/popup-placement-behavior.md b/dotnet-desktop-guide/framework/wpf/controls/popup-placement-behavior.md index a43de2ebe3..167279975a 100644 --- a/dotnet-desktop-guide/framework/wpf/controls/popup-placement-behavior.md +++ b/dotnet-desktop-guide/framework/wpf/controls/popup-placement-behavior.md @@ -177,7 +177,7 @@ A control displays content in a The following illustration demonstrates that when is and the encounters the bottom screen edge, the target origin is the top-left corner of the target area and the popup alignment point is the bottom-left corner of the . - ![Screenshot showing the Target area in the top half of the screen with the Popup alignment point on the bottom half of the screen with a VerticalOffset of 5.](./media/popup-placement-behavior/popup-placement-bottom-screen-edge.png "Placement is Bottom and the popup encounters the bottom edge of the screen.") + ![Screenshot showing the Target area in the top half of the screen with the Popup alignment point on the bottom half of the screen with a Vertical Offset of 5.](./media/popup-placement-behavior/popup-placement-bottom-screen-edge.png "Placement is Bottom and the popup encounters the bottom edge of the screen.") The following illustration demonstrates that when is and the encounters the left screen edge, the target origin is the top-right corner of the target area and the popup alignment point is the top-left corner of the .