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.
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-asyncLeft 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 scrollviewerI 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 messagedialogI'm trying to put two Grids in a DataTemplate. I'm getting the following error with my code shown below. Error: "…
xaml winrt-xamlI 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-xamlI'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-barHow do I take an object and convert it to a JSON string and then back into that object from …
c# winrt-xamlIs there a way to respond to Snap in C# in a Metro app? When one of the pages is …
c# windows-8 winrt-xamlI 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.1I'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