winrt-xaml Questions
1
Solved
I have a user control which has a button and a dependency property for the action the button is to execute. The page which contains the control sets the action in XAML.
MyUserControl.cs
A Button,...
Panorama asked 25/2, 2015 at 5:43
2
Solved
In a Windows Store app, I have a GridView in XAML. I've set the SelectionMode="Extended" and I can select items without any kind of problem. However, I want to achieve Windows 8.1's selection mode....
Timeous asked 8/4, 2014 at 11:52
1
Solved
Ok. I know wpf and am learning programming windows runtime via c# and xaml.
Both use xaml that have the same namespace. Win rt is new and has the same namespace declared at the root element.
What ...
Circumjacent asked 23/2, 2015 at 13:50
0
I have a Windows Phone 8.1 Application. I have a button with a ListPickerFlyout in it.
The color of my title regardless of the theme is always white. How do I change the color of the title so that...
Infiltrate asked 10/2, 2015 at 6:35
2
Solved
I have created a Windows 8 Store App using C# / XAML. My interface includes a scrollable list, which is rendered using an ScrollViewer. I would like to be able to handle manipulation events on the ...
Representation asked 28/9, 2012 at 8:18
3
Solved
I have some WP7 code that looks like this:
using System.Windows;
using System.Windows.Threading;
public static class GlobalDispatcher
{
public static Dispatcher Current { get { return Deployme...
Boff asked 20/11, 2012 at 21:11
2
Solved
A XAML StackPanel aligns controls side-by-side in a single direction. A WrapPanel is similar but like TextWrapping="Wrap" in a XAML TextBox the controls "wrap" to the next column or row when the re...
Roseola asked 31/5, 2013 at 15:27
4
Solved
I have the following Windows RT app. I bind a List of Strings to an ItemsControl of TextBlocks. This will display the empty strings as "System.Collections.Generic.List'1[System.String]" instead of ...
Cinchonize asked 10/4, 2013 at 16:6
1
I have a Windows Phone 8.1 Application.
I have a TextBox in it.
<TextBox />
As soon as I tap on the TextBox I want the normal alphabet layout to open but with the first letter starting wi...
Bequeath asked 16/1, 2015 at 9:32
1
Solved
I need a text control similar to the one used by WP 8.1 messaging app that shows the up & down arrows that point to 'top-left' and 'bottom right'. I am not able to find one. I do see othe...
Facile asked 7/1, 2015 at 0:16
2
Solved
I am trying to display a GIF file stored in a Windows Phone 8.1 (RT) application's local folder. Until now, I have tried several approaches:
Load the GIF in a WebView control. This is not a soluti...
Constantia asked 1/10, 2014 at 11:24
2
Solved
I am writing a win8 application and will be using the built-in resource management system: resw file and x:Uid tags in my XAML code.
So I create let's say a TextBox like that:
<TextBlock Style...
Barbiturism asked 18/2, 2013 at 4:41
1
Solved
On the Page, I add UserControl into GridView dynamically. So, each UserControl can contain different kind of controls ( TextBox, CheckBox, Radio Button)
say , the name of UserControl is : UserFor...
Bushbuck asked 6/12, 2014 at 15:26
2
Solved
Is there a way to detect that ScrollViwer of ListView is in scrolling mode and stopped scrolling. In windows phone 8.1 ListView we can not get reference of the scrollviewer.
Any one done it in wi...
Voguish asked 4/12, 2014 at 12:44
3
Solved
I have a Windows 8.1 application with a GridView bound to a custom (sortable, deduplicated) observable collection. In this collection, I do some heavy filtering and setting an IsHidden flag for eve...
Nystatin asked 2/12, 2014 at 10:0
2
Solved
did a search on internet, could not find the solution. I think I missed something for below code to make the text wrap:
<Button x:Name="btnCustomerAging" Background="Green" BorderBrush="Green"...
Murmuration asked 4/9, 2013 at 2:54
2
Solved
I'm having trouble performing a simple storyboard-based animation of a controls height in a Metro-style C#/XAML application on Windows 8.
The following trivial XAML and code behind snippets work f...
Spiller asked 7/5, 2012 at 9:45
3
How can i make the ListItems inside windows 8 ListView to flow horizontally. Default behavior is vertical, but i want to show the list in horizontal flow so it can render as panorama.
I tried Grid...
Kasey asked 4/7, 2012 at 20:13
2
Solved
The GridView and the ListView in XAML seem to be the same control.
How does a developer choose between the two?
Variant asked 5/6, 2012 at 19:30
3
Solved
I'm trying to bind a collection to an ItemsControl, with a Canvas as the items panel, and with each item's Canvas.Left and Top bound to properties on the item objects. Basically I'm trying to re-cr...
Modillion asked 8/8, 2012 at 4:1
1
Solved
I am Experiencing the following error with:
- Visual Studio 2013 Ultimate Update 1 (Same with Update 3)
- Windows 10 TP Build 9860
- Windows Store Apps Only (No error with a WPF Desktop Application...
Fearfully asked 9/11, 2014 at 12:52
3
Solved
I have a NavigateToAccountsCommand RelayCommand property in the ViewModel. When I bind the same to a button on the page anywhere outside the ListView the command binding is working. However as soon...
Candelabra asked 28/10, 2013 at 22:45
1
Solved
I'm working on universal app. When I'm designing the view for Windows Phone 8.1 project, I can't make any button's width smaller than 109. If I set the button's width property to smaller than that,...
Elisa asked 26/10, 2014 at 9:28
1
Solved
I have some Strings I want to access from my code in App.xaml like:
<Application.Resources>
<ai:TelemetryContext x:Key="ApplicationInsightsBootstrapper" xmlns:ai="using:Microsoft.Applica...
Mycenaean asked 25/10, 2014 at 0:48
3
Solved
Is it possible to expand the search charm programmatically? I want to have a search button in my windows 8 app which expands the search charm.
Toniatonic asked 11/6, 2012 at 20:8
© 2022 - 2024 — McMap. All rights reserved.