I have ItemsControls with items binded from CollectionViewSource. <ItemsControl ItemsSource=\"{Binding Source={StaticResource VisibleFlagsImageSourcePathView}}\">
I have a problem with Commands and Datatemplates in WPF and I don\'t know if it\'s a bug or a normal behavior.
I have a DataTemplate in app.xaml that binds a view to a viewmodel. <Application.Resources> <DataTemplate DataType=\"{x:Type vm:someviewmodeltype}\">
I have a WPF application based on the MVVM pattern. It has a tree on the left side and a details area on the right side. The tree contains objects of various types and I have a view model for each typ
I have a simple WP7 Programm where I want to switch between displaying my model objects in a ListBox and a Diagramm.
I\'ve implemented custom view for ListView using code based on http://msdn.microsoft.com/en-us/library/ms748859.aspx
I have a pivot where each pivotItem contains a scrollviewer. What I want to do is to set 开发者_开发知识库the scrollviewer\'s offset to a specific number each time I scroll to a new pivot item. I cann
I have own style on listbox item, here is it: <Style x:Key=\"friendsListStyle\" TargetType=\"{x:Type ListBox}\">
I have a CheckedListBox control which is created by adding a DataTemplate with a CheckBox to a ListView. The problem is that I need columns too.
I have a ListBox which presents objects using a DataTemplate.The DataTemplate开发者_C百科 contains a TextBox.When the user selects an item in the ListBox, I would like to set focus to the TextBox for