Extensible Application Markup Language (XAML) is a declarative XML-based language used for initializing structured values and objects in various frameworks.
I want the border to turn green when the mouse is over it and then to return to blue when …
wpf xaml triggersUsing VS2012 working on a VB.NET WPF application. I have a simple MusicPlayer tutorial app I am using to …
wpf vb.net xaml visual-studio-2012We are developing a WPF application which uses Telerik's suite of controls and everything works and looks fine. Unfortunately, we …
wpf xaml stylingIn the example below I have a ListBox with dozens of font names in it. I would have thought it …
wpf xaml listbox scrollviewerI want to be able to set a property with an EventTrigger, there's a number of problems with this. 1) EventTriggers …
wpf xaml triggers eventtriggerThe title says it all. Sometimes it seems that the Name and x:Name attributes are interchangeable. So, what are …
.net wpf xaml name-attributeWhat do I have to change to the following code so that the background is red, neither of the 2 ways …
c# wpf xaml binding backgroundI want to add a vertical Separator to a Grid, but i can only find the horizontal. Isn't there a …
wpf xaml visual-studio-2012 separatorI have a ListBox which binds to a child collection on a ViewModel. The listbox items are styled in a …
wpf xaml data-binding datatemplate relativesourceI'm trying to style a TabControl and have got 75% of the way there, but I'm having difficulty styling the actual …
wpf xaml header styles tabcontrol