Skip to content

Shows basic Popup usage and includes a custom AutoAlignPopup implementation.

Notifications You must be signed in to change notification settings

timgabrhel/WinRT.PopupAlignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Aligning Popups on Windows Runtime Apps

Popup's in WinRT apps are really powerful to pop up content to prompt a user for some form of input. They are generally pretty straight forward to work with. They could be full screen, pinned to a corner, or you could open them relative to a button (or other element) the user interacts with. What happens when that button is near the edge of the screen, and the pop up opens off screen? Shortly, I'll introduce the AutoAlignedPopup, but first, let's start with the basics.

Popup

A Popup is a very basic element. It's essential a container object that has properties for user interaction, and contains a child UIElement.

Read more on my blog.

About

Shows basic Popup usage and includes a custom AutoAlignPopup implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages