I don\'t know if I am using dependency properties right, but it seems my View never updates. I have a style trigger to change the styles of my elements. It seems the code runs, but the view is not upd
Is it possible to explicitly use a CollectionViewSource inside a data template?Normally we\'d put the CollectionViewSource in the resources alongside the template, but our model doesn\'t allow that be
I have a WPF application that displays an ObservableCollection. It\'s about 182 rows, and the object (let\'s call it PositionLight) inside the collection has about 70 properties to display.
I have an ObservableCollection<myClass> list. It contains a 10 objects of type MyClass. class MyClass
I can add & remove tabs similar to the famous MSDN article. Basically a ObservableCollection<TabViewModels>. And I add tabs like _tabs.Add(new TabViewModel()) but the newest tab is not focus
I know that WPF datagrid has \"RowEditEnding\" event , but I need to fire the event on after the Row has comitted to check if the newly added row is duplicated and merge the duplicated row. My datagri
Everything compiles, but at run time a blank row is displayed. If I try to edit an entry, it says \"No XPath set\". What am I doing wrong? I tried a ton of variations, not having the INotifyPropertyCh
Platform: WPF, .NET 4.0, C# 4.0 Problem: In the Mainw开发者_StackOverflowindow.xaml i have a ListBox bound to a Customer collection which is currently an ObservableCollection< Customer >.
I have a static ObservableCollection in a Data Repository class. I use it to populate a combobox on one of my forms (which needs to be able to include a blank line开发者_开发知识库 which represents NU
I have used an ObservableCollection with WPF for binding and this works well.What I really want at the moment is a Dictionary like one, that has a key that I can use, so effectively like \"ObservableC