Tagged Questions
2
votes
2answers
34 views
How to bind 2 CollectionViewSource to a GridView
We have two CollectionViewSource
<CollectionViewSource
x:Name="groupedItemsViewSource"
Source="{Binding CategoryData}"
IsSourceGrouped="true"
...
0
votes
1answer
47 views
Bind property to method
I am developing a Windows 8 App in C# and using databinding
<CollectionViewSource
x:Name="departments"
Source="{Binding Departments}"
d:Source="{Binding AllGroups, ...
1
vote
0answers
88 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 ...
1
vote
1answer
70 views
ContentControl with DataTemplateSelector and binded Content
I have the following ContentControl two-way binded with a Current property that shows the current selection of my ListView.
<ContentControl Content="{Binding Current}" ...
0
votes
0answers
82 views
String resource from .resw for Data Binding in Windows 8
String resource from .resw for Data Binding in Windows 8.
In Windows Phone I use follow:
Create AppStrings.resx and put all strings on it.
Create class StringResources, with field which returned ...
0
votes
0answers
55 views
nested binding one datatemplate in another datatemplete is not working in winrt
i have an item control and bind a list(subsubname) to populate controls.all controls populated but there is a combobox i want to bind it to another list(Anatomy). But its not working combox displys ...
0
votes
1answer
68 views
How to bind Image to just picked file from non app folder?
User pick the image from file system. After it I want to show this image on page. What I should to do? Seems Image control hasn't access to picked files. Do I should copy it to app local storage? Is ...
0
votes
1answer
128 views
How to update RadCartesianChart / ObservableCollection
In my Windows 8 app I have a RadCartesianChart that looks like this:
<telerikChart:LineSeries ItemsSource="{Binding GraphData, Mode=TwoWay}" ShowLabels="True">
...
0
votes
4answers
159 views
C# How make a single selection binding to a multiple selection in a gridview on winrt?
I come to you today because i don't know how to make a multiselection binding in a gridview. Today i know how to make a single and get the result but i don't know how to make this for multiple ...
0
votes
3answers
95 views
Switch between UserControls in View based on property of ViewModel
How can I change between UserControls in the View, based on a property of the ViewModel, in a Windows 8 store app?
Say my ViewModel has a property which looks something like this:
class ...
0
votes
1answer
281 views
Can't create dependency property in a UserControl in a Windows Runtime Component library
I wanted to created data bindable property inside a user control. And this user control contains inside a "Windows Runtime Component" project. I used below code to create property.
public MyItem ...
1
vote
0answers
77 views
INotifyCollectionChanged insufficient for databound control to update?
I'm trying to implement a bindable collection - a specialized stack - which needs to be displayed on one page of my Windows 8 app along with any updates made to it as they happen. For this, I've ...
0
votes
1answer
149 views
Adding items to ListView throws Catastrophic Failure exception
I have this List View and a Button:
<ListView x:Name="MyList" ItemsSource="{Binding}" Grid.Row="1"></ListView>
<Button x:Name="Add" Content="Add Item" Click="Add_Click" Grid.Row="2" ...
0
votes
1answer
106 views
One Way binding to an object in Windows 8
I have an Observable collection of objects that implement the INotifyPropertyChanged interface and this is bound to a ListView. I have created a DataTemplate for the ItemTemplate within which I have ...
1
vote
2answers
227 views
Strangeness with DataContext and GridView / ListView
I have a Windows 8 store app based off of the grouped template project, with some renames etc. However, I'm having a hard time getting the ItemsSource databinding to work for both non-snapped and ...
0
votes
1answer
302 views
WinRT: Image - image doesn't show up if not included as resource
My Windows Store app/Metro/Win RT app downloads image from server on to some local folder. I need to bind Image control to the downloaded image at runtime.
The problem is that image doesn't show up ...
0
votes
1answer
238 views
WCF, WinRT, async and Databinding
maybe it is because it's end of the week, but i'll get crazy over here in a minute..
But maybe it's just because i am new to Windows Runtime programming..
I have a WCF Service (net.tcp) and a ...
2
votes
2answers
149 views
Crash when “Create Data Binding” in Blend for Visual Studio 2012
Blend for Visual Studio 2012 always freeze when I click on "Create Data Binding".
I am using Windows 8 Professional 64 bit on MacBook Pro.
Have anyone experience the same error I am having?
3
votes
5answers
423 views
XAML Binding to property
I have check box in my XAML+C# Windows Store application. Also I have bool property: WindowsStoreTestApp.SessionData.RememberUser which is public and static.
I want check box's property IsChecked to ...
0
votes
1answer
141 views
How to bind control property?
I am using the convention-based binding from Caliburn.Micro, but I have a small issue:
How do I set the property that my binding should bind to? If I create a control with x:Name="SomeProperty", how ...
0
votes
1answer
318 views
XAML, Binding a list to a listbox
I am making a windows8app store apps. I've spent lots of hours with this problem:
I have a Project object that has videos uri and the thumbnail uri:
public class Video
{
public string ...
1
vote
2answers
689 views
Binding to object in WinRT
I'm looking for a way to achieve the following in a Windows 8 app:
<TextBlock Text="{Binding ., Converter={StaticResource MyConverter}, ConverterParameter=x}" />
The TextBlock is inside a ...
2
votes
2answers
299 views
How to databind control height to another control's height?
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 do ...
0
votes
1answer
838 views
Boolean to Visibility Converter in Win RT XAML not working first time
Strange one when working in XAML for Windows RT (windows store app) today, when IsValid=true is set from my view model my boolean to visibility converter does not work the first time (my path remains ...
0
votes
0answers
107 views
ComException on OnCollectionChanged sometimes occurres in WinRT application
Sometimes I suddenly get this exception. When adding an item to a collection that's databound to a CollectionView in WinRT, this is sometimes the result.
System.Runtime.InteropServices.COMException ...
2
votes
3answers
318 views
Bind to a DataTemplate dynamically
I have a ListBox and multiple DataTemplates, in separate files.
<ListBox ItemTemplate="{StaticResource ItemTemplate1}"/>
In the Styles.xaml file:
<DataTemplate ...
1
vote
1answer
969 views
Best practice for conditional styling (or Style.Triggers->DataTrigger equivalent) on Windows Store app?
I have exhausted my internet searches and cannot seem to find the best practice on styling my Windows Store App XAML elements based on data binding conditions?
...
1
vote
1answer
254 views
semantic zoom grouped data binding and accessing individual items
I'm binding data to my ZoomedOut semantic zoom as so:
var result = from title in _allTitles group title by title._titleSubject into grp orderby grp.Key select grp;
groupedTitlesSource.Source = ...
0
votes
1answer
212 views
How to bind muliple row result in single data binding in Windows store app in C#/XAML
My database table (Name : Tag) is like This
TagID TagName
-------------------------
1 Home
2 Work
3 Office
4 Study
5 Research
I have one list view and its data ...
3
votes
1answer
175 views
WinRT ImageSource binding with cookies
I have a website and now I`m building a WinRT app for it. I use a JSON API both for web and for WinRT app.
One component is a picture gallery, where pictures have access control, so only specific ...
0
votes
1answer
488 views
How to get the current view inside a FlipView?
I have a FlipView with some controls in the DataTemplate. Since it's in a FlipView, it will generate multiple copies of those controls. If I want to find the control that is in the current FlipView ...
2
votes
2answers
2k views
windows 8 metro app collectionviewsource databinding issue
I have a collectionviewsource
<CollectionViewSource x:Name="groupedItemsViewSource"
ItemsPath="Items" />
and give it as the itemssource to a gridview
...
2
votes
1answer
3k views
WinRT XAML data binding a List of objects that contain a List
I have a List of objects that contain another List. I want to bind both Lists to different controls (one nested within the other - a ListView as GridViewItem). But I can't get the xaml to work.
Very ...
0
votes
1answer
164 views
Bind second level of nested arrays in XAML on Windows 8
I want to bind a two-level-nested array to a XAML control in a Windows 8 Metro-style App. The array looks like (with A, B, C being the elements of the top-level array)
A
--W
--X
B
--Y
C
--Z
and I ...
0
votes
0answers
44 views
Bind the same observerable collection to two different views and update views at seperate intervals using the new Win RT data binding
I have an observerable collection named stockCollection ( ObserverableCollection ) and I have set this data source to two different GridViews in my application.
If the Stock class is extended from ...
0
votes
2answers
260 views
Connecting an IObservableVector<T> to a WinJS ListView
We are developing a Metro-style app in C++ and JavaScript. The C++ side provides us with IObservableVector<T> instances. The JavaScript side uses the WinJS.UI.ListView control.
List views are ...
2
votes
1answer
1k views
WinRT ViewModel DataBind to async method
I am deserializing a list of objects from an XML file, and would like to bind to the actual content of those objects in my View, passing over a ViewModel. The problem is that file operations are async ...
1
vote
1answer
523 views
Filtering an ObservableCollection by using an IValueConverter
I'm building a Windows 8 Metro Application where I need to filter an ObservableCollection. Sadly, the CollectionViewSource-Class in the WinRT-Framework doesn't support filtering so I try to use an ...
0
votes
2answers
2k views
TwoWay Binding Not Updating Target - Metro App
I'm building a Metro App using VS 2012 and the Windows 8 SDK. In the app, I have this class (with a corresponding struct)
// Parameter data structure for tools
public struct ToolParameter
{
...
0
votes
0answers
923 views
Retrieving HTML content from Share contract and binding to WebView
I would like my app to be able to be a share target for Html content. I would also like to be able to preview the Html content in the Share flyout.
So far, I have the following (I've just pulled out ...
5
votes
1answer
3k views
How to data bind nested ListView ItemTemplates in Metro/WinRT?
In my ViewModel I have a collection of objects which each contain another collection. I am trying to display this in my View by using nested ListView ItemTemplates. Here is a simplification of my ...
3
votes
1answer
2k views
Refreshing a ListView after an element was added
I am quite new to Windows development and of course even newer to Metro style app development. I am not sure I understand how Data Binding works.
I have a list of items.
private List<Expense> ...
0
votes
1answer
260 views
Databinding with Griview
I am Using a Gridview for showing some Event items that i get from a WCF Service.
The code i use
Code-Behind:
List<GroupInfoList<object>> groups = new ...
2
votes
1answer
564 views
Error binding to UserControl property if type is ImageSource in WinRT
Using the Windows 8 Developer Preview.
I have an object with one of the properties like this:
private ImageSource _Image = null;
public ImageSource Image
{
get
{
...
13
votes
4answers
1k views
How can I debug Windows Runtime data bindings?
What techniques are there for debugging issues with data binding in a Windows Metro style application? Are there techniques available like those for WPF and Silverlight applications, described at:
...
0
votes
4answers
3k views
Metro: Why is binding from XAML to a property defined in code-behind not working?
I am attempting to adapt a Windows Metro-style app sample slightly by binding the title text to a property defined in code-behind, but I can't seem to get it to work. Reading the blog post titled Bind ...



