Top "Itemspaneltemplate" questions

ListBox with Grid as ItemsPanelTemplate produces weird binding errors

I've got a ListBox control and I'm presenting a fixed number of ListBoxItem objects in a grid layout. So I've …

.net wpf data-binding listbox itemspaneltemplate
Wpf How to change List box ItemspanelTemplate using Trigger

I need to set the ItemsPanelTemplate property of a ListBox based on a DependencyProperty on the control. How do I …

wpf listbox itemspaneltemplate
How to set ItemsPanelTemplate to a dynamically created Grid in code behind

I've got this UserControl defined in XAML and would like to set the ItemsPanelTemplate dynamically in my code behind class (…

c# wpf xaml itemscontrol itemspaneltemplate
WPF - Why Listbox items do not fill uniformgrid

I have a listbox with the ItemsPanelTemplate set to UniformGrid with rows= 6 and cols= 7. I want the listbox items to …

wpf listbox itemspaneltemplate
Wpf ItemsControl.ItemsPanelTemplate as a Grid and add new items in different columns

I'm working on a dynamicaly created grid containing in each new column a new item added to an ItemsControl. I'm …

wpf grid dynamically-generated itemspaneltemplate
Group panel of WPF ListBox

I have a listbox that is grouping the items with a GroupStyle. I would like add a control at the …

wpf listbox groupstyle itemspaneltemplate