<hc:TabControl.Template> <ControlTemplate TargetType="{x:Type hc:TabControl}"> <Grid> <Grid.RowDefinitions> <RowDefinition Height="Auto" /> <RowDefinition Height ...
DependencyObject.ReadLocalValue always returns DependencyProperty.UnsetValue if the element is coming from a DataTemplate, irrespective if the value is actually set. XAML: Define a DataTemplate for a ...
Nick Randolph investigates the inner workings of the new compiled data binding support available to Windows platform developers in the Universal Windows Platform. Developers that have worked with any ...
Earlier this year we took a look at working with ListBoxes in a Windows Phone application. That article demonstrated how to style items within a Listbox using a single item template, ensuring that all ...