Top "Uwp-xaml" questions

This tag is for the XAML UI framework specific to Windows-Store-Apps on Windows 10, part of the Universal Windows Platform (UWP).

How to make scrollviewer work with Height set to Auto in WPF?

I have learned that if the height of a grid row, where the ScrollViewer resides, is set as Auto, the …

wpf xaml uwp-xaml scrollviewer autosize
How to use SQLite in Visual Studio 2017?

I'm using Visual Studio 2017, in UWP project. I installed SQLite Compact Toolbox from NuGet package like this: Microsoft.Data.sqlite / …

c# sqlite uwp visual-studio-2017 uwp-xaml
UWP Button Changes Colors when Mouse hovers over

I am trying to create a UWP button which will change background color when the mouse pointer hovers over it. …

c# uwp uwp-xaml
Maximum number of lines for a Wrap TextBlock

I have a TextBlock with the following setting: TextWrapping="Wrap" Can I determine the maximum number of lines? for example …

xaml uwp windows-8 uwp-xaml textblock
Trigger element (XAML) is not supported in a UWP project

I'm developing a Universal Windows application for Windows 10 and one of the first things I found is that the Trigger …

xaml uwp win-universal-app uwp-xaml
UWP xaml: How to display a button with icon and text in it?

How can I display an image/icon AND text in a button? <StackPanel Name="stackPanel" Orientation="Horizontal" Tapped="stackPanel_…

xaml uwp imagebutton uwp-xaml
Display local html file content in UWP WebView

I believe this is pretty straightforward task and I've seen a lot of examples in the web but still none …

c# webview uwp uwp-xaml
set focus to a textBox in uwp

I have a Universal Windows Platform project that has a textBox element. I'd like to set the focus to it …

c# uwp uwp-xaml
When to use a templated control over a UserControl?

I was looking some tutorials on how to create custom controls in WinRT, and I have a question. Let's say …

xaml windows-runtime uwp win-universal-app uwp-xaml
How to invoke javascript functions in a WebView in Universal Windows App

I am new in Universal app development. Can any one help me into following code, I have load one website …

c# uwp win-universal-app uwp-xaml