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.
For a customer I need a to present our Windows 8 Metro App. When I deploy my solution or project, I …
windows-8 windows-runtime winrt-xamlI have this flipview: <FlipView x:Name="models_list" SelectionChanged="selectionChanged"> <FlipView.ItemTemplate> <DataTemplate> &…
c# windows-8 windows-store-apps winrt-xaml flipviewEdit Sept 26 See below for the full background. tl;dr: A data grid control is causing odd exceptions, and I …
c# xaml exception windows-runtime winrt-xamlI'm currently designing a windows 8 store app using XAML but I have a minor sizing issue. I have a ListView …
windows-8 winrt-xaml listviewitemHow to hide the Status bar in Windows Phone 8.1 (C#, XAML)? In Windows Phone 8 it was done by setting shell:…
c# winrt-xaml windows-phone-8.1 win-universal-appI found this example on MSDN that shows some ways to configure a textblock: A lot of it seems to …
xaml windows-runtime windows-store-apps winrt-xamlHow can i make the ListItems inside windows 8 ListView to flow horizontally. Default behavior is vertical, but i want to …
listview windows-runtime winrt-xamlDoes it matter whether I create event handlers for PointerPressed, Click, or Tapped?IOW, is there any functional difference between …
xaml event-handling windows-8 winrt-xaml windows-store-appsYo, So I've been developing a Universal Windows Store app in Visual Studio 2013 on one machine, and wanted to continue …
c# sqlite windows-runtime winrt-xaml windows-10In XAML I do it like this: <Button Style="{StaticResource NavigationBackButtonNormalStyle}" /> How do I do the same thing …
winrt-xaml