Data templating is a feature of WPF and Xamarin.
I have a DataTemplate that I want to find using the FrameworkElement.FindResource(). To do that I need to have …
wpf xaml datatemplateIs there a short way to make a FooterTemplate (in a GridView) always visible, even when DataSource is empty?
asp.net gridview datatemplate visible data-controlsI want to databind an ItemsCollection, but instead of rendering the collection items, I want to render sub-objects reached via …
wpf datatemplate itemscontrolI am trying to customize a DataGridColumnHeader to show multiple text fields instead of showing only the header text provided …
wpf datatemplate datagridcolumn datagridcolumnheaderI have multiple videos displayed they are bound with a videocollection in Mainviewmodel. Everything works fine untill I try to …
wpf binding viewmodel datatemplate itemtemplateI am trying to create control which will take ItemsSource and InnerTemplate and will show all the items wrapped in …
silverlight datatemplate templatebindingI got an enoying problem... Maybe someone can (please!) help. I am using a model that has and enumeration of …
wpf datatemplate contentcontrol datatemplateselectorIn the XAML below, I have an ItemsControl that has three DataObjects. I use a DataTemplate to display DataObjects as …
wpf xaml styles datatemplate itemscontrolI have DataTemplate containing a TextBox. I'm setting this template to a listbox item on a selection. I'm unable to …
wpf textbox focus datatemplateI am having problems getting the TextWrapping to work in this example. Can anyone see what I am duing wrong …
wpf datatemplate textblock word-wrap gridviewcolumn