Top "Wrappanel" questions

Binding ObservableCollection items to UserControl in WrapPanel?

I may just be missing something obvious here, so I apologize if this is a really dumb question. I have …

c# wpf data-binding mvvm wrappanel
Bind the height of a grid row to it's contents in WPF

I have a grid with a few rows. In the top row, I have an ItemsControl that is bound dynamically …

wpf itemscontrol resize wrappanel binding-expressions
WPF : Reorder WrapPanel content via drag and drop?

I am looking for a way to reorder the content (items) of a WPF WrapPanel via drag and drop. I …

wpf drag-and-drop wrappanel
List Items Vertically on a WrapPanel and take advantage of multiple columns

I need to list items (all of same size) vertically (with a ScrollViewer). I want the items to spread through …

wpf silverlight xaml scrollviewer wrappanel
Silverlight ItemsControl vertical scrollbar, using a wrappanel as ControlTemplate

I have a collection of elements, each one with a name and a subcollection of image blobs. I want to …

silverlight itemscontrol scrollviewer itemtemplate wrappanel
WPF WrapPanel - all items should have the same width

I have a ListBox whose ItemsPanel I have replaces with a WrapPanel. The WrapPanel now hosts the databound ListboxItems. Each …

c# .net wpf listbox wrappanel
Is there a (good/free) VirtualizingWrapPanel available for WPF?

I've found a couple of alternatives, this CodePlex project and this commercial one, but the former is extremely inefficient in …

.net wpf wrappanel ui-virtualization
WPF: WrapPanel in ItemsPanelTemplate expands list width

I have a listbox defined like this: <ListBox.ItemTemplate> <DataTemplate> <ItemsControl> <!-- Contents …

wpf size parent wrappanel
WPF WrapPanel / ItemsControl not scrolling

I have a wrap panel displaying items but I cant get a scroll bar to work properly any idea's whats …

wpf scrollviewer wrappanel
WPF XAML WrapPanel ListBox items in a row

I'm forced to ask for help, while I'm not able to figure it out by myself. I'm working on WPF-XAML …

wpf xaml listbox styling wrappanel