I have an ItemsControl that binds to ICollectionView. I need to tell from withing DataTemplate of an item, whether it is the current.
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
The XAML below is basically trying to make a list of Buttons (rendered from the Name property of objects in the Views collection in the current DataContext.