0
votes
0answers
8 views

Trigger Gridview to relayout the items

I have <GroupStyle.Panel> <ItemsPanelTemplate> <VariableSizedWrapGrid ItemHeight="5" ItemWidth="5" Orientation="Vertical" ...
0
votes
1answer
21 views

XAML make animation smooth

I'm animating a GridColumn width property (GridLength) with an ObjectAnimationUsingKeyFrames. My question is, is it possible to make the animation run smooth. <Storyboard ...
0
votes
1answer
11 views

Add Control after Items in GridView Group

I'm currently developing a Windows 8 Store app that uses a Grouped GridView in the HubPage showing Highlights for some Categories. So far, when clicking the Header you see More Highlights for this ...
2
votes
2answers
37 views

Adding Slider values from DataTemplate in ListView

I created a DataTemplate containing: A TextBlock and a Slider (x:Name="_score") in a horizontal stackpanel. The TextBlock refers to a new ObservableCollection, where class Category contains a string ...
2
votes
1answer
17 views

How can you programatically scroll a WrapGrid to a specific item within its ItemSource in a Windows Store App?

I have the following: <GridView.ItemsPanel> <ItemsPanelTemplate> <WrapGrid Orientation="Vertical" MaximumRowsOrColumns="10" /> ...
0
votes
1answer
27 views

Windows Store App writing sqlite query into the listview's textblocks

i am developing windows store application. I am using sqlite database and i want to put the result of select query into listview. My listview has grids, and textboxes inside these grids. But however i ...
0
votes
2answers
36 views

Handling different orientations while developing Windows 8 Store applications

I've been writing Android applications for some years and now I'm developing a Windows Store/Windows 8 application. I'm very confused about how to write different screen layouts for landscape and ...
1
vote
2answers
48 views

UserControl inside ContentControl with nested width/height

I'm developing Windows Store App with using Caliburn Micro. In one of the pages I have ContentContror, which display UserControl. In UserControl I have GridView. My question is: How to set ...
0
votes
1answer
39 views

Building a Comic strip RSS reader - feeds won't show

I went through this guy's tutorial to build an RSS reader in the hopes of converting it to a comic strip reader, but when I try to do so, the app never works the way I want it to. The app in it's ...
0
votes
1answer
16 views

Animate a canvas programatically using StoryBoard API in Windows Store App

I am animating a canvas in a Windows Store app using StoryBoard API: DoubleAnimation widthAnimation = new DoubleAnimation(); DoubleAnimation heightAnimation = new DoubleAnimation(); ...
0
votes
0answers
41 views

Change visibility of GridView Items using binding

How can I change GridViewItems visibility using property binding? I can't create another ObservableCollection to filter the one I am using as ItemsSource. I tried to use GridView.ItemContainerStyle ...
0
votes
2answers
45 views

How can I add an extra control to a XAML Grid?

I have a Grid bound to an ObservableCollection. I want to have an extra item in the grid such that it displays as just another tile but is actually, e.g., a button. Microsoft's Finance app ...
0
votes
1answer
41 views

XAML/C#: What event fires after reordering a gridview?

I am making my first Windows Store app in Visual Studios 2012. I have a gridview control that I have enabled to be reordered. I have code that I need to run when the list is reordered. I have tried ...
0
votes
1answer
53 views

Search results xml, c # - Windows Application Store

Good day, I am creating an app bible, I'm having trouble searching the verse ("v"). I have created the whole structure can filter the book ("b"), then it loads a list of all the chapters ("c"), when ...
0
votes
2answers
71 views

Grid View Items contents in xaml (windows store app)

how can I get to the contents of the clicked grid Item in a grid view ... for example the grid item has a textbox ... how could I get the contents of this textbox when the gridview Item is clicked vie ...
1
vote
0answers
40 views

How can I debug XAML Exception [duplicate]

Im using C#/XAML and developing a Windows Store App. My app is connected to a WCF service. So I have a listView from wich the user can add and remove Controls from. When the listView is empty the ...
1
vote
1answer
39 views

Grid Items to fill the screen … xaml

how can I set the size of the grid Items in a GridView control so that the Items will auto re-size to fill the screen . for example if there was 2 items each will fill half of the screen and if there ...
0
votes
1answer
34 views

TextBox context menu prevents showing AppBar

Consider the following page: <Page ... > <Grid> <TextBox AcceptsReturn="True" /> </Grid> <Page.BottomAppBar> <AppBar> <Grid> ...
0
votes
0answers
92 views

ListBox - Windows Store Application

I am not able to get a listbox to display the result, I could only using "nameInput.Text," I have no idea how to work within a foreach, can anyone help? C# Code: XDocument xdoc = ...
0
votes
2answers
51 views

Image not displaying XAML

I created my own button that has Icon on the side and text on the other but the problem is the image is not displaying. did i miss something here? any help would be appreciated. TIA This is the XAML ...
1
vote
1answer
34 views

How to Clip content with rounded corners in Windows Store App

I've attempted to have a <Grid/> (with interactive stuff inside, not just an image) clipped with rounded corners (a <Border/> or a <Rectangle/>, whatever works). I've attempted ...
0
votes
1answer
33 views

GridView Item's “ItemClick event” is not compiled - due to the applied styles?

Here is the current Style used (mostly from a template) <Style x:Key="panoramaGridViewItemStyle1" TargetType="GridViewItem"> <Setter Property="FontFamily" Value="{StaticResource ...
0
votes
1answer
28 views

Monospace Fonts for Windows Store App

Are there any monospace fonts that are acceptable for use in Windows Store Apps?? I have read the guidelines, but there isn't mention of anything monospace. Are there some built in fonts on Windows ...
0
votes
1answer
62 views

What code is executed as part of the XAML design time? In Visual Studio and Blend

As some background, I'm playing around with a Windows Store App and Windows Phone 8 application sharing a single ViewModel (PCL). I'm using MVVMLight and NInject / Common Service Locator to ...
0
votes
0answers
34 views

How do I detect if AdControl (Microsoft Advertising SDK) is clicked?

I tried IsEngagedChanged, PointerPressed/PointerReleased, none of those events is fired when I click the AdControl. (AdRefreshed event does occur) I'm developing an Windows Store App in C#/XAML. Am ...
0
votes
1answer
117 views

GridView and VariableSizedWrapGrid templating windows store app

I'm writing a windows store app, the main page is a GridView of grouped items. I already managed to get the templates of the different tiles of the GridView, but the problem is as follows: I ...
0
votes
1answer
48 views

Binding User Control Property with another Property

In my Windows Store Application I want to bind a Property in a user control with another Property in logical class the User Control "Card_UC.xaml.cs" contains this Property: public string Card_ID { ...
0
votes
0answers
22 views

Editing visual states of rich text block (selected text color)

Is there a way to change the default color of the selected text of a rich text block in xaml? I checked themeresources and the generic xaml files in the kits/design folder and didn't see any brushes ...
0
votes
2answers
44 views

conforming to layout for windows store app

I have a problem with getting my app to conform to the layout guidance suggest from Microsoft here: http://msdn.microsoft.com/en-us/library/windows/apps/hh872191.aspx In the section Page Header it ...
0
votes
1answer
32 views

ListView - Selected Item in the middle

I'm building a Windows Store app using XAML. I have a scrollable ListView that has its SelectedItem set on start. Now, I have two requirements: I would like the selected item to be always visible ...
0
votes
0answers
43 views

Create a Xaml TextBox in C++/DirectX *without an interop*

So I'm trying to create a TextControl in a Windows Store application using DirectX/C++... without a Direct/Xaml interop. My hope is to use the control's Focus() method to simply show/hide the ...
1
vote
1answer
40 views

SL5 best option for a Win8 & WP8 development shop forced to develop a Win7 app?

We are a Win8 & WP8 (new) development shop that must develop a one-of internal use only LOB app that runs on Win7 (preferably out of browser). Since most of our client-side app knowledge is with ...
0
votes
1answer
31 views

XAML, display HTML without URI

I'm retrieving a load of emails from a web-service which are to be displayed in a Windows Store application. The email data is of course in HTML so I would like to be able to display the email without ...
0
votes
1answer
29 views

Apply FadeIn effect to WebView

I have a WebView that I want to fade in after loading the page, I've tested fading out/in other elements but this is not working with control. Is there any way to get this visual effect to work with ...
0
votes
2answers
76 views

Windows Store - Loading Images from URL - poor performance

I am populating a GridView with about 40 images that are online. I have got a DataTemplate for my Grid where the Image.Source binds to the URL (e.g. "http://foo.jpg") like so: <Image ...
1
vote
1answer
42 views

How to link the View and the ViewModel and where to create them

I have written a phone app using an MVVM framework. It came together okay - every page (view) on the phone has its own ViewModel and code within each ViewModel went away to the dataservice and ...
1
vote
1answer
106 views

xaml ScrollViewer, blurred border - Windows Store App

Is it somehow possible to have somekind of a blurred border when scrolling? For better understanding I added a picture of what I want to acchieve. The restriction that I have is, that underneath the ...
0
votes
2answers
82 views

Display ProgressRing while download image in ItemsPage

I have an ItemsPage. When user navigate, then application download few images. I want to see ProgressRing on each of them. My GridViewTemplate <GridView.ItemTemplate> ...
0
votes
1answer
58 views

Visual state not changing when control invisible

I've a button control that's got 2 visual states; say "Simple" and "Complex"; the former being the default. Initially the control is hidden. When I set the visual state through VisualStateManager to ...
0
votes
1answer
55 views

WinRT Smooth Grid.Column change Animation

I'm using the following code to change a ListView location from one column to another: <Grid.Resources> <Storyboard x:Name="myStoryboard"> <FadeOutThemeAnimation ...
0
votes
1answer
60 views

MVVM Light, Metro App, Inheriting ViewModelBase breaks design mode

I'm having a strange issue, and I can't seem to find any answers on. I'm building a Metro Store App with Visual Studio 2012 using MVVM Light through NuGet. When designing and adding the data context ...
0
votes
0answers
17 views

Binding/Reach properties of objects that are in an object that is in a list C# XAML

I'm programming a Windows store app. I have a list of objects "ListeFollowingFollower" (List). ListeFollowingFollower contains objects User and a list of User. public class ListeFollowingFollower { ...
0
votes
1answer
130 views

Creating an image with rounded corners in a windows 8 metro application

I'm trying to create an animated playing card in a windows 8 metro application. I found that by using 2 rectangles in xaml and with a transform and setting the z order I can get a decent looking ...
0
votes
1answer
69 views

Equivalent of editable ComboBox in WinRT?

The standard (desktop) windows combobox has three styles; Simple, Dropdown, and Drop List. Dropdown works like an edit control and a combobox, whereas Drop List doesn't allow editing. Am I missing ...
0
votes
1answer
132 views

Windows store app: change bacground color of the Appbar

I have an Appbar on my app and the background is white, any ideas how i can change this? Here is my code: <AppBar> <Button Style="{StaticResource HomeAppBarButtonStyle}" ...
0
votes
1answer
68 views

XAML navigation in Windows Store Grid App

I trying to navigate between XAML pages in grid app. for this i have added a added a new XAML and a button in XAML and cs code for button event is private void OnClick(object sender, ...
0
votes
0answers
85 views

Listview child animations in windows store app c# xaml

using the following child animation xaml, I am able to animate the enterance of the items the first time I bind the listview.. But, when I rebind a second time, the child animations don't show. ...
1
vote
0answers
143 views

FlipView-Item swipe navigation for pages (c# & XAML)

In my project I have several pages which navigate through with an Manipulation-Started, Delta events that checks if I am sliding far enough. If that is the case I m using ...
1
vote
1answer
160 views

Windows 8 App: “Snapping” Drag and Drop for Card Game

After trying to use the following snippet to move cards (Images right now) around I was not satisfied with the result. Card.ManipulationDelta += (o, args) => { var dragableItem = o as Image; ...
0
votes
0answers
122 views

Windows 8 Store App: Showing Ads between Groups in Grouped GridView

I am developing a win 8 store app and I have the main GridView list page, which is a grouped collection of items. It shows several groups in grids as you'd expect in the standard GroupedItems ...

1 2 3 4 5 6