Top "Stackpanel" questions

A WPF component for displaying a list of elements in a horizontal or vertical stack.

Changing StackPanel Background color with ColorAnimation

Well, I'm trying to change the Background color of a StackPanel in a DataTemplate using ColorAnimation: <DataTemplate DataType="{x:…

wpf xaml background stackpanel coloranimation
What is the difference between a stackpanel and a virtualizingstackpanel in WPF?

What is the difference between a stackpanel and a virtualizingstackpanel in WPF?

wpf stackpanel virtualizingstackpanel
Get actual WPF Grid Width

I have a WPF Window with a grid: <Grid Name="mainGrid"> <Grid.ColumnDefinitions> <ColumnDefinition Width="20*" /&…

wpf grid width stackpanel
How to add a ScrollBar to a StackPanel in Silverlight?

I have a Grid, 3 by 3 (3 RowDefinitions and 3 ColumnDefinitions). I want some content (a StackPanel) in one of those grid cells …

silverlight xaml scroll stackpanel
VirtualizingStackPanel + MVVM + multiple selection

I have implemented a selection pattern similar to the one described in this post using a ViewModel to store the …

wpf listview mvvm stackpanel virtualizingstackpanel
How to display items horizontally in a listbox control?

I am developing window phone 7 application. I am new to the window phone 7 application. I have the following listbox control …

silverlight windows-phone-7 listbox stackpanel
Defining DataTrigger for StackPanel

How do I define a DataTrigger for a StackPanel? It does have a Trigger property, but defining a trigger here …

.net wpf triggers datatrigger stackpanel
WPF how make StackPanel Scrollable

in a stackpanel i add some labels from code behind at runtime: i want make the stackpanel scrollable. In the …

c# .net wpf visual-studio-2010 stackpanel
Spacing buttons equally across a window in WPF

What's the best control to arrange buttons horizontally across a window in WPF? I am having trouble arranging the buttons …

wpf stackpanel dockpanel
How to get the position of an element in a StackPanel?

Say I have a StackPanel that gets dynamically filled with copy, changing the Y position of elements inside it. I …

c# silverlight stackpanel