Tagged Questions

0
votes
1answer
13 views

Advisable approach for nested lists for binding in WPF

Question: What would be the most effective way of doing a nested list which allows for data binding in the view and awareness of what shipment is selected so that command bindings …
0
votes
0answers
16 views

How to bind opacity of border in ControlTemplate to property of databound item?

Hi, I'm taking my first serious steps in WPF, so please be gentle :-) I have a ListBox, which will be bound to a list of objects I create from code. These objects contain a boolea …
0
votes
2answers
21 views

Rendering different repeating data

What is the best method to display repeating data with slightly different controls or sub data? For example displaying an expanded list of questions and answers. Some questions w …
0
votes
3answers
34 views

WPF: how to fire an EventTrigger (or Animation) when binding changes?

We have a simple animation that runs when a ToggleButton is checked and unchecked (expands a ListView's height and then collapses a ListView's height). How do you fire the EventTr …
1
vote
1answer
12 views

Local Data Cache Sync does not save client changes to sdf file

I created a new c# project and follwed the steps from this tutorial to create a LocalDataCache: http://www.codeproject.com/KB/database/AdoSyncServicesArticalPKg.aspx?fid=1526739&a …
1
vote
2answers
18 views

Silverlight Datagrid Databinding

Hi all, I'm a newbie to Silverlight and I'm having some trouble finding a solution to an issue. I have a silverlight datagrid with 3 columns. One of the columns is bound to an in …
0
votes
0answers
16 views

TwoWay MultiBinding with read-only properties

How to skip updating some of the sub-bindings of a MultiBinding? I have defined in code-behind (I had some troubles making it in XAML and I don't think it matters - after all code- …
0
votes
1answer
12 views

WPF Bound List To Columned Control

Morning folks, I'm still trying to get my head around databinding in WPF and so I'm having a bit of a problem working out how to solve this issue: I have a datatemplate for a butt …
1
vote
2answers
24 views

Binding to a string value that should then bind to a Resource, what wrong here ?

Hi, I have a class with the following properties: Message(string), Added(DateTime) and LogLevel(string) In my App.xaml i have the following: <Application.Resources> &l …
0
votes
2answers
16 views

Update property on view model without code behind?

I'm using a TreeView inside a Combobox control (from here). I have a ViewModel object that is the DataContext of my window. What I would like to have happen is when the selected i …
0
votes
1answer
39 views

C#: Bind TextBox to SelectedValue

I have a List<> of objects that I have bound to a ListBox. I then want to bind properties of the SelectedValue to various TextBoxes. The behavior is very screwy though. When bi …
0
votes
2answers
21 views

Problem in Databinding to Image Source WPF

Hi all, I have some problem on databinding to Image's Source Property. I have a listview Template <Style x:Key="ListViewStyle" TargetType="{x:Type ListView}"> < …
0
votes
3answers
48 views

Binding to a complex object in Silverlight

i know it must something simple that i missed. I use data services to get data into my silverlight application. When i bind the data to my datagrid it works like a charm LessonGri …
0
votes
2answers
19 views

Update databound datasource in c# when data in database changes

Hi, I posted a similar post to this before but since then i have done some research and thought i'd put this one out again to see if anyone maybe has any thoughts on my problem. …
0
votes
1answer
24 views

WPF TreeViewItem dyanmic context menu

Hi, I'm having some trouble with a databound TreeView in WPF, basically I want a context menu to be databound to an IEnumerable property on my TreeViewItem ViewModel, this is what …

1 2 3 4 5 102 next
15 30 50 per page