Top "Datatemplate" questions

Data templating is a feature of WPF and Xamarin.

Binding to ItemsSource of TabControl in WPF

I am trying to create a User Control that represents what I am calling a workspace (a reference from a …

wpf binding datatemplate tabcontrol tabitem
Is it possible to bind an Event in a Silverlight DataTemplate?

Is it possible to bind an Event in a Silverlight DataTemplate? If so, what is the best way to do …

silverlight events binding datatemplate
Access ListBoxItem-Controls in WPF ListBox

In WPF application I create Listbox with it's ItemTemplate defined in following DataTemplate in XAML: <DataTemplate x:Key="ListItemTemplate"&…

wpf listbox datatemplate listboxitem
WPF Some styles not applied on DataTemplate controls

I am trying to learn something about WPF and I am quite amazed by its flexibility. However, I have hit …

wpf xaml styles datatemplate
Unable to set ContentTemplate via DataTrigger

I want the ContentTemplate to vary according to the value in the DataTrigger. And yes, I considered using a DataTemplateSelector, …

wpf datatemplate binding datatrigger contentcontrol
WPF - Making an animation's execution conditional on a property of the bound data item

I have a data object -- a custom class called Notification -- that exposes a IsCritical property. The idea being …

wpf xaml animation datatemplate coloranimation
Specify a default empty DataTemplate instead of the default 'ToString()' DataTemplate

The default DataTemplate in a wpf application displays the result of the .ToString() method. I'm developing an application where the …

c# wpf datatemplate default
Template for WPF DataGridTextColumn ElementStyle and EditElementStyle with Binding

I have a WPF DataGrid that has 10 DataGridTextColumns displaying numeric data that require identical formatting. I want the EditingElementStyle number …

wpf data-binding .net-4.0 datatemplate datagridtextcolumn
WPF - Parameters to DataTemplates?

I have a ListBox showing data about employees such as name, department photo, badge number, etc. Employees may have different …

wpf datatemplate