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.

WinRT XAML Toolkit Charting Controls: How to style Legend Items?

I want to style the legend items of the WinRT XAML Toolkit Chart Control. I checked the source code and …

windows-runtime windows-store-apps winrt-xaml silverlight-toolkit winrt-xaml-toolkit
How can I supply the 3 splash screen sizes for a Windows 8 app?

I'm trying to create a Windows 8 C#/XAML app, and the first task I'd like to do is to set …

windows-8 splash-screen windows-runtime winrt-xaml
How to access Parent's DataContext in Windows 8 store apps

This is a common situation in XAML based apps (WPF/Silverlight/WinRT). WPF related link -> WPF Databinding: How …

wpf xaml windows-8 windows-runtime winrt-xaml
Where is the date picker in WinRT XAML?

I see the date picker control in WinRT JavaScript/HTML5. Where is that control for XAML?

windows-8 winrt-xaml
ScrollViewer GridView XAML

I am currently building a Windows 8 XAML C# application. In a page I have a scrollviewer for horizontal swiping and …

gridview windows-8 windows-runtime winrt-xaml scrollviewer
How do I print WebView content in a Windows Store App?

I have a Metro App and I am attempting to Print the Content of a WebView control. Using the MSDN …

c# windows-runtime microsoft-metro winrt-xaml .net-4.5
How to disable Windows 8/WinRT AppBar?

My goal is to only have an AppBar available under a certain circumstance. I am attempting to accomplish this by …

c# windows-8 microsoft-metro windows-runtime winrt-xaml
URI schemes supported in Windows 8 apps

What are the URI schemes supported in Windows 8 apps? I have seen references to ms-appx: and ms-appdata: and some rare …

windows-runtime windows-store-apps uri winrt-xaml winjs
Open links in external browser in WebView (WinRT)

I have a WebView component that I use to display HTML Ads in my app. When user clicks an Ad …

c# xaml microsoft-metro windows-runtime winrt-xaml
Change propety Canvas.Left and Canvas.Top in codebehind WinRT

<Button x:Name="PlayButton" Content="Play" Canvas.Left="570" Canvas.Top="36" Height="51" Width="202" Background="#FF8898F9" /> How change Canvas.…

c# wpf xaml canvas winrt-xaml