[Windows 8] Application bar popup button
- by Benjamin Roux
Here is a small control to create an application bar button which will display a content in a popup when the button is clicked. Visually it gives this So how to create this? First you have to use the AppBarPopupButton control below. namespace Indeed.Controls
{
public class AppBarPopupButton : Button
{
public…