Top "Itemtemplate" questions

A WPF/Xaml DataTemplate used to display each item in an ItemsControl.

WPF Trigger for IsSelected in a DataTemplate for ListBox items

I have a listbox, and I have the following ItemTemplate for it: <DataTemplate x:Key="ScenarioItemTemplate"> <Border …

wpf triggers listbox itemtemplate event-triggers
String was not recognized as a valid Boolean when added to visible attribute

I'm trying to add a true or false Visible attribute to my listview itemtemplate table. What I did is that …

c# listview visibility itemtemplate
If statement in repeaters ItemTemplate

I'm using an ASP.NET Repeater to display the contents of a <table>. It looks something like this: &…

c# asp.net repeater itemtemplate
ItemsControl ItemTemplate Binding

In WPF4.0, I have a class that contains other class types as properties (combining multiple data types for display). Something …

wpf binding .net-4.0 itemscontrol itemtemplate
What's the difference between ItemTemplate and ItemContainerStyle in a WPF ListBox?

In WPF Listbox, I'm confused with these 2 notions: ItemTemplate and ItemContainerStyle Can someone explain me more?

wpf listbox itemtemplate itemcontainerstyle
How to make a ListBox.ItemTemplate reusable/generic

I am trying to understand how best to extend the ListBox control. As a learning experience, I wanted to build …

c# wpf data-binding itemtemplate
ASP.NET GridView ItemTemplate

OK I have a GridView and there is a column that I want to be a link if a file …

asp.net gridview itemtemplate
WPF - Implement ItemTemplate for an ItemsPresenter?

I've been working on a SplitButton control for WPF and its basically done, but I'm trying to go through all …

c# wpf itemtemplate itemspresenter
Using ItemTemplate for a TreeView when adding items in code

I'm adding TreeViewItems manually in code behind and would like to use a DataTemplate to display them but can't figure …

wpf xaml treeview datatemplate itemtemplate
Add Columns dynamically to Grid-view with itemtemplate

i want to know how to add column dynmically to gridview. the grid view suppose to get user input. i …

asp.net gridview itemtemplate