Questions tagged [itemtemplate]

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

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

555 questions
0
votes
1 answer

Easiest way to access Texblock inside listbox itemtemplate

I have seen a lot of questions and answers with almost the same problem, but none of these answers arent working for me. Soo, my code is:
Marek
  • 261
  • 4
  • 14
0
votes
1 answer

MultiBinding DataTemplate for ListView.ItemTemplate?

I just wanted to define a custom DataTemplate for my ListView in order to show some data of a class. In an earlier project (c#, .net 3.5, wpf) I had something like this: