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 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-toolkitI'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-xamlThis is a common situation in XAML based apps (WPF/Silverlight/WinRT). WPF related link -> WPF Databinding: How …
wpf xaml windows-8 windows-runtime winrt-xamlI see the date picker control in WinRT JavaScript/HTML5. Where is that control for XAML?
windows-8 winrt-xamlI 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 scrollviewerI 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.5My 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-xamlWhat 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 winjsI 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<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