Top "Winrt-xaml" questions

This tag is for the XAML UI framework specific to Windows-Store-Apps on Windows-8. WinRT-XAML is a subset of the general XAML specification and a superset of Windows-Phone-8 XAML.

How do I send an email from a WinRT/Windows Store application?

I am developing a Windows Store Application (Windows 8). I have a need to send emails based on data and address …

c# windows-8 windows-runtime winrt-xaml winrt-async
ScrollViewer not working with StackPanel

Left side of my page I have a vertical StackPanel with the following elements: 1 TextBlock 1 vertical StackPanel with multiple elements …

c# xaml windows-runtime winrt-xaml scrollviewer
MessageDialog ShowAsync throws accessdenied exception on second dialog

I am trying to implement try again/cancel dialog box in windows 8. The dialog box shows fine the first time, …

windows windows-8 windows-runtime winrt-xaml messagedialog
XAML error: "The property 'VisualTree' is set more than once"

I'm trying to put two Grids in a DataTemplate. I'm getting the following error with my code shown below. Error: "…

xaml winrt-xaml
Handling Swipe Guesture in Windows 8 Grid

I am trying to implement a custom control which consists of a grid with some canvas elements as children , When …

c# xaml windows-8 windows-runtime winrt-xaml
Windows 8 bottom app bar

I've been trying to get an App bar implemented in a WinRT metro app (C# / XAML), but don't know where …

xaml windows-8 windows-runtime winrt-xaml application-bar
How do I de/serialize JSON in WinRT?

How do I take an object and convert it to a JSON string and then back into that object from …

c# winrt-xaml
How to programmatically respond to Snap in Windows 8 Metro

Is there a way to respond to Snap in C# in a Metro app? When one of the pages is …

c# windows-8 winrt-xaml
Dependency Property assigned with value binding does not work

I have a usercontrol with a dependency property. public sealed partial class PenMenu : UserControl, INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; protected …

c# windows-store-apps winrt-xaml dependency-properties windows-8.1
Windows 8 WrapPanel

I've got problem with automatically breaking StackPanel into next line. Here's the sample code: <StackPanel Orientation="Horizontal" Width="180"> &…

windows windows-8 microsoft-metro winrt-xaml