Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "How to: Manipulate Columns and Rows by Using ColumnDefinitionsCollections and RowDefinitionsCollections"
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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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]"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/framework/wpf/controls/menu.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/framework/wpf/controls/panel.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/framework/wpf/controls/passwordbox.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ A <xref:System.Windows.Controls.Primitives.Popup> control displays content in a

The following illustration demonstrates that when the bottom screen edge hides all or part of the <xref:System.Windows.Controls.Primitives.Popup>, the popup alignment point is the bottom-left corner of the <xref:System.Windows.Controls.Primitives.Popup>.

![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 <xref:System.Windows.Controls.Primitives.Popup> is hidden by the right screen edge, the popup alignment point is the top-right corner of the <xref:System.Windows.Controls.Primitives.Popup>.

Expand All @@ -177,7 +177,7 @@ A <xref:System.Windows.Controls.Primitives.Popup> control displays content in a

The following illustration demonstrates that when <xref:System.Windows.Controls.Primitives.Popup.Placement%2A> is <xref:System.Windows.Controls.Primitives.PlacementMode.Bottom> and the <xref:System.Windows.Controls.Primitives.Popup> 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 <xref:System.Windows.Controls.Primitives.Popup>.

![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 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 <xref:System.Windows.Controls.Primitives.Popup.Placement%2A> is <xref:System.Windows.Controls.Primitives.PlacementMode.Left> and the <xref:System.Windows.Controls.Primitives.Popup> 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 <xref:System.Windows.Controls.Primitives.Popup>.

Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/framework/wpf/controls/popup.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/framework/wpf/controls/printdialog.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/framework/wpf/controls/progressbar.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/framework/wpf/controls/radiobutton.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/framework/wpf/controls/richtextbox.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/framework/wpf/controls/scrollbar.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/framework/wpf/controls/separator.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 1 addition & 0 deletions dotnet-desktop-guide/framework/wpf/controls/slider.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down