winrt-xaml Questions

1

I have a simple TabControl done using templated RadioButtons and Grids which change visibility when IsChecked on a RadioButton changes, something like this: <Grid Name="TabGrid"> <Grid.R...
Gastroenterostomy asked 26/1, 2013 at 22:57

3

Solved

TextBlock tbl= new TextBlock(); tbl.text="Kishore"; double x=tbl.ActualHeight; double y=tbl.ActualWidth; If i execute the code from the loaded event in Metro - winRT will return 0 for both. How...
Encephalomyelitis asked 11/5, 2012 at 17:32

3

Solved

Edit: the described issue below occurs also in a Win 10 UWP application (VS2015, Win10) when using the MapControl. I have a weird problem using the MapControl in a Windows Phone 8.1 (universal app...

2

I'm finding that when I tap the ScrollViewer, the PointerPressed and PointerExited events fires as expected. But, if I scroll in any direction after touching the screen and lift my finger, no event...
Hover asked 13/12, 2013 at 2:28

3

Solved

I am having trouble getting my app to build for ARM target after adding the SQLite-WinRT database wrapper. I could reproduce this with a simple test app as follows: (This is done in Visual Studio ...
Haemoid asked 21/8, 2015 at 17:15

1

Solved

I am trying to create an event log for a Windows Universal Application. Earlier we had System.Diagnostics EventLog to log events, but I could not find anything similar on the Windows 10 Universal A...
Aquamanile asked 1/9, 2015 at 12:21

2

Solved

I am trying to add a swipe gesture to the SplitView control (aka "hamburger menu") of UWP, similar to the swipe left/right of a Pivot control. How can I set a gesture to change the Display mode of ...
Mendy asked 20/8, 2015 at 1:55

1

Solved

I've got a Image in Scrollviewer... <ScrollViewer x:Name="Scrollster" ZoomMode="Enabled" MinZoomFactor="1" MaxZoomFactor="4" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="A...
Poseur asked 8/8, 2015 at 17:59

1

I can't get EntranceThemeTransition to work on a custom panel as ItemsPanelTemplate. See: Simplest code behind: public List<int> MyListExample = new List<int>() {0, 1, 2, 3, 4, 5}; ...
Stereometry asked 26/7, 2015 at 8:46

3

Solved

I have a ListView which shows the products in a shopping cart. The datatemplate defines an increment and a decrement amount button for each product. If the user wants to tap one of these buttons,...
Antiworld asked 17/7, 2015 at 11:14

2

Solved

Hi i'm working in windows store app with MVVM pattern and i have some problem in catch the listview itemclick value in relay command. Now i got the selected item value.But don't know how to get ite...
Tasha asked 22/5, 2013 at 5:50

3

On a Windows 8 desktop app, I need to take a photo using the camera in C# 4.5. I've tried to use the CameraCaptureUI class, but it is not available on a desktop app. So I try to use the MediaCapt...
Pauiie asked 25/1, 2013 at 15:56

4

Solved

In XAML I have the <Slider />. It has the ValueChanged event. This event fires with every change to Value. I need to detect when the value change is over. LostFocus, PointerReleased are not t...
Kohn asked 13/12, 2012 at 20:28

4

Solved

In my Metro style app for Windows 8, I'm binding a Listview to an ObservableCollection and I would like the background color of each ListViewItem to alternate (white, gray, white, etc) <ListVi...
Lowerclassman asked 17/8, 2012 at 17:7

1

Solved

I write a function to show images on a folder (assume i have about 60 images in this folder) in window phone 8.1. And the problem is function GetThumbnailAsync() take so long time when i create str...
Inherent asked 30/5, 2015 at 14:2

2

Solved

How I can create a custom slider with two thumbs. One is for representing higher range and another for lower range. For example Price range. if the value is below 50 it will represent lower range a...
Demetra asked 20/1, 2014 at 16:43

5

Yo, So I've been developing a Universal Windows Store app in Visual Studio 2013 on one machine, and wanted to continue developing it on an another machine running Windows 10 Technical Preview. Th...
Glyndaglynias asked 26/2, 2015 at 9:41

2

In WebView I load HTML elements with WP 8.1. Whenever content exceeds the WebView height there is scroll without issues. My problem is that I have XAML elements in the top of the WebView, which hav...
Echols asked 30/4, 2015 at 10:16

2

Solved

I have been working on a Windows 8.1 RT app where the user loads an image with Stretch=Uniform. The image can be as small as possible and as big as possible. The clipping happens in my user contro...
Benjy asked 17/4, 2015 at 15:17

2

Problem I'm trying to create a "datagrid like" control on a Universal App (WinRT). This control has to show lots of elements (Cells) but only has a small View-area, so it's a perfect candidate for...
Goldina asked 1/4, 2015 at 18:44

2

Is it possible to implement a custom Transition in WinRT? E.g. it would be nice to have transitions for the control visibility. So when you show/hide a part of a split view it animates the entire v...
Pharsalus asked 30/11, 2012 at 19:24

0

I've got a debug dump (available at http://1drv.ms/1CpYkmr), which gives me very strange output. I tried doing standard WinDBG stuff and got nothing useful, so I tried PDE.dll and got the following...
Disbud asked 30/3, 2015 at 18:27

3

Solved

I'm making a Flyout attached to the LayoutRoot grid. <Page.Resources> <Flyout x:Key="WinningPopup"> <StackPanel Margin="50,10"> <TextBlock x:Uid="Flyout_VictoryTitle" Tex...

2

I have this ScrollViewer, which I add elements to programically: <ScrollViewer VerticalSnapPointsAlignment="Near" VerticalSnapPointsType="Mandatory" VerticalScrollMode="Enabled" VerticalScro...
Twitter asked 24/9, 2013 at 2:36

3

While working on an Universal App (currently only on the WP8.1-side), I've stumbled upon the following weird thing. I've got a ComboBox, the UserControl (located in the WindowsPhone-project) it's ...
Flibbertigibbet asked 28/1, 2015 at 18:32

© 2022 - 2024 — McMap. All rights reserved.