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 to install a Windows 8 App Without Submitting to Store

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-xaml
How do I access a control inside a XAML DataTemplate?

I have this flipview: <FlipView x:Name="models_list" SelectionChanged="selectionChanged"> <FlipView.ItemTemplate> <DataTemplate> &…

c# windows-8 windows-store-apps winrt-xaml flipview
Mysterious "Not enough quota is available to process this command" in WinRT port of DataGrid

Edit 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-xaml
ListViewItem won't stretch to the width of a ListView

I'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 listviewitem
Hide Status bar in Windows Phone 8.1 Universal Apps

How 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-app
Accessing background color of textblock

I 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-xaml
Windows 8 ListView with horizontal item flow

How can i make the ListItems inside windows 8 ListView to flow horizontally. Default behavior is vertical, but i want to …

listview windows-runtime winrt-xaml
Are Click, Tapped, and PointerPressed synonymous in WinRT-XAML?

Does 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-apps
How can I make SQLite work on Windows 10?

Yo, 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-10
How do I reference a StaticResource in code-behind?

In XAML I do it like this: <Button Style="{StaticResource NavigationBackButtonNormalStyle}" /> How do I do the same thing …

winrt-xaml