I have a listbox to which I have bound the data context to an object. This object has a number of properties some of which will have a particular attribute.
I have an odd problem that\'s got me stumped. I am modifying the WPF Calendar control template, and for reasons that I explain below, I have to use a Color resource, rather than a SolidColorBrush reso
I am working on a WPF application similar to visio.I would like to be able to logically group some of the items in my diagram, each of which is a UIElement, and control certain behaviors (i.e. visibil
It\'s hard for me to clearly describe my problem but I\'ll try. I have a UserControl1 which contains UserControl2 which contains several WinForms controls (most of them DevExpress). I do simple bindin
I know that Binding in WPF is a really powerful feature, but I don\'t know if that is possible. My window is composed of a really simple grid:
As far as I know, INotifyPropertyChanges was \"invented\" before WPF. Could someone please explain what is new in WPF that allowed to do different kinds of binding 开发者_开发知识库properties of the c
I have a simple ListBox.ItemTemplate containing a Label and a TextBox bound to a CSLA Bindable List. When I select the TextBox the CurrentItem does not change, it only ch开发者_运维百科anges if I sele
I am a newcomer to WPF, attempting to build a project that follows the recommendations of Josh Smith\'s excellent article describing The Model-View-ViewModel Design Pattern.
I have a VC++ managed app that was built and tested against VC80.CRT version 8.0.50727.762.I verified that the embedded manifest points to 762, and the build machine has 762 as the latest VC80.CRT ver
I have this DependencyProperty: public bool ShowEntireHierarchyEx { get { return (bool)GetValue(ShowEntireHierarchyExProperty); }