Top "Itemscontrol" questions

Represents a control that can be used to present a collection of items.

ItemsControl button click command

I need some quick help which is a road blocker for me now. I have Button in ItemsControl and I …

wpf mvvm user-controls wpf-controls itemscontrol
Scrolling to an element of a virtualising ItemsControl

I have a ItemsControl which displays its items in a ScrollViewer, and does virtualisation. I am trying to scroll that …

c# wpf itemscontrol virtualizingstackpanel
WPF - Creating a custom ItemsControl

I'm looking into creating custom controls for WPF and I've found some reasonably useful blogs and such that vaguely go …

wpf itemscontrol coda-slider custom-controls
Show items in an itemscontrol in two columns (WPF)

I have an items control that is bound to a collection of objects. The object has two properties (name, value) …

.net wpf itemscontrol
WPF - UserControl default Content attribute

I'm creating a UserControl and I just can't remember the name of the attribute which you use to decorate the …

wpf user-controls itemscontrol custom-controls
Forcing WPF to create the items in an ItemsControl

I want to verify that the items in my ListBox are displayed correctly in the UI. I figured one way …

wpf itemscontrol
How do I do bindings in ItemContainerStyle in WinRT?

I'm trying to bind a collection to an ItemsControl, with a Canvas as the items panel, and with each item's …

binding windows-runtime itemscontrol winrt-xaml itemcontainerstyle
FlowLayout ItemsControl in WPF

I need a really simple ItemsControl actually. I want all the items in the collection to be put left to …

c# wpf itemscontrol flowlayout
How do I make an ItemsControl stretch to fill all available space?

I have an ItemsControl, with its ItemsSource bound to a list of items. The size of each of the items …

wpf xaml resize itemscontrol
How to increase padding displayed items combobox?

I want to write XAML template of a combobox to increase the spaces/padding between items. I searched for this …

wpf xaml templates combobox itemscontrol