winrt-xaml Questions
7
Solved
I see the date picker control in WinRT JavaScript/HTML5. Where is that control for XAML?
Failsafe asked 10/6, 2012 at 1:59
1
Solved
I'm showing a set of pictures in a page. I use a GridView to show the pictures. However, when the user resizes the screen to make it narrow, I switch to a ListView.
The problem now is synchronizing...
Protactinium asked 12/10, 2014 at 19:19
5
Solved
I am developing a Windows Store Application (Windows 8).
I have a need to send emails based on data and address stored in the application data and without the need of the user to type it the data...
Penicillin asked 4/10, 2012 at 17:9
3
Solved
Why does this code produce the error in a Windows 8 XAML application?
Value does not fall within the expected range.
The XAML:
<SemanticZoom>
<SemanticZoom.ZoomedInView>
<Li...
Sclerosed asked 16/7, 2013 at 17:1
5
Solved
Today I started porting the page turn sample created here for Windows Phone 7 to WinRT (XAML, C#) for helping this question posted in Stack Overflow. But during porting I got stuck with the clippin...
Reeta asked 7/4, 2014 at 7:2
2
Solved
I'm making a Windows Store app in C# and I have a normal TextBlock with a link inside it. And all I want to do it to make the cursor change into a hand when it goes over the text block, but unlike ...
Jacquelinejacquelyn asked 19/9, 2011 at 14:4
2
I recently created a custom entry pad with buttons that the user may be clicking rapidly (it is basically a custom numeric entry pad). The problem is that if the button tapped event is used to regi...
Thrown asked 17/2, 2014 at 3:59
2
Solved
The below code is provided in the default templates for creating WP8.1 XAML apps. (Universal / WinRT).
What is this code used for? I can't seem to get a breakpoint to hit when rootFrame.ContentTra...
Chlorobenzene asked 6/5, 2014 at 21:15
2
Solved
Who to set Mode="Minimized" in WP8.1 WINRT for a BottomAppBar?
Maggard asked 7/7, 2014 at 16:34
3
Solved
I'm trying to have 2 controls have the same height. Can I do it with XAML only?
If I did something like <Canvas Height="{Binding Height, ElementName=AnotherControl}" /> it doesn't actually d...
Recusant asked 25/10, 2012 at 21:28
1
Solved
Update [16-Jul-2014]: The question is technically incorrect. Read the answer to get more details.
I was trying to capture text before reaching to my text box. and I discovered the following fact...
Blindfish asked 12/7, 2014 at 13:14
2
Solved
im develeoping windows phone 8.1 app.
In a textbox I want to prevent the user from inputting any non-digital letter only [0-9].
So here is my code:
private void NumKeyDown(object sender, KeyRout...
Donnydonnybrook asked 7/7, 2014 at 14:11
1
Solved
How to stretch listview items width to fill parent container?
The default behaviour seems to be squishing everything as narrow as possible.
Hemipterous asked 25/6, 2014 at 10:33
0
I'm trying to add a Blend behavior to a DatePicker control to bind an MVVM-Light RelayCommand to the DateChanged event like so:
<DatePicker Date="{Binding SelectedDate, Mode=TwoWay}">
<I...
Overslaugh asked 19/6, 2014 at 14:50
2
Solved
I need to have transparent textbox, in my WindowsPhone 8.1 Runtime application.
I made Background="Transparent" to the textbox, so it is transparent when it is loaded.
But on focus, background c...
Headed asked 4/6, 2014 at 9:20
2
Solved
I have a Page in a WinRT Windows Phone 8.1 application. This Page has RequestedTheme set to ElementTheme.Light. The system theme (as set in system settings) is set to dark.
When I open a ListPicke...
Valenza asked 31/5, 2014 at 16:59
1
I've got a Windows Store app with a RichEditBox (editor) and a Grid (MarginNotes).
I need the vertical scroll position of the two elements to be matched at all times. The purpose of this is to al...
Polston asked 10/2, 2014 at 10:36
1
Solved
I need to change the contents of an AppBar when a user changes the view in a Hub control.
The way I did it while using a Pivot control is listening to the SelectionChanged event and responding to ...
Trometer asked 8/5, 2014 at 17:50
2
Solved
I have a WebView component that I use to display HTML Ads in my app. When user clicks an Ad in the WebView I want to open the Ad link in an external browser. How do I do that?
I need something lik...
Project asked 3/10, 2012 at 7:23
3
Solved
In WPF, we can update the underlying data model whenever the user makes any change to the data by leveraging UpdateSourceTrigger like this:
<TextBox Text="{Binding Path=TextProperty, UpdateSour...
Nightwear asked 2/10, 2012 at 15:0
1
Solved
In a Windows Store app I have a TextBox and I've created an attached property KeyUpEvent.MapsToCommand that looks like this in use:
<TextBox
Text="{Binding UserGivenName, Mode=TwoWay}"
atta...
Ministration asked 29/4, 2014 at 12:3
2
Solved
I'm trying to use the new dateTimePicker for Windows 8.1:
<DatePicker HorizontalAlignment="Left" Margin="401,245,0,0" Grid.Row="1"
VerticalAlignment="Top" Width="352" Date="{Binding personSing...
Dowry asked 1/10, 2013 at 1:56
2
Solved
I'd like to arrange some TextBlocks horizontally without any margins. I can see that my TextBlock is as small as it should be, but for some reason a lot of space is added around it. I think it has ...
Forenamed asked 21/4, 2014 at 18:34
1
Solved
I'm trying to put two Grids in a DataTemplate.
I'm getting the following error with my code shown below.
Error: "The property 'VisualTree' is set more than once"
<DataTemplate x:Key="Pareo...
Pugging asked 9/4, 2014 at 14:18
3
I'm attempting to bind the Visibility property of a TextBlock that's held within the ItemTemplate for a ListView to the IsSelected property of the TextBlock's parent ListViewItem.
With this markup...
Roquelaure asked 24/10, 2011 at 9:57
© 2022 - 2024 — McMap. All rights reserved.