Tagged Questions
A WPF component for displaying a list of elements in a horizonal or vertical stack.
21
votes
4answers
18k views
Silverlight: stretching to remaining space in StackPanel
I have a vertical StackPanel with two elements: a Button and a ListBox. How can I have the ListBox stretch to the remaining page height?
<StackPanel Height="Auto" Width="Auto">
<Button ...
20
votes
6answers
7k views
How do I space out the child elements of a StackPanel?
Given a StackPanel:
<StackPanel>
<TextBox Height="30">Apple</TextBox>
<TextBox Height="80">Banana</TextBox>
<TextBox Height="120">Cherry</TextBox>
...
13
votes
2answers
7k views
WPF VirtualizingStackPanel for increased performance
I would like a simple description of how to implement a virtualizingstackpanel for an ItemsControl that is databound to an observable collection in my MVVM.
I have an ItemsControl instance for each ...
10
votes
1answer
218 views
How to implement Camera app style photo strip on WP7?
I'm running into a number of problems creating an effect very similar to the photo strip in the Camera app.
All I want to do is display a row of grids that each have the same dimensions as the screen ...
10
votes
3answers
9k views
How can I get ScrollViewer to work inside a StackPanel?
In the following WPF XAML the ScrollViewer does not work (it displays a scroll bar but you cannot scroll and the contents go off the window to the bottom).
I can change the outer StackPanel to a Grid ...
9
votes
1answer
387 views
WPF - Animating a change in orientation of a stackpanel?
I'm trying to create an animation where an icon (a xaml vector graphic on a Viewbox-wrapped Canvas) goes from having its text (TextBlock) beside it to underneath it.
I currently have the Viewbox and ...
9
votes
4answers
6k views
Padding on StackPanel?
I am trying to set padding of a StackPanel but there ain't such property.
I tried StackPanel.Border, but there is no such property either.
Any ideas?
8
votes
2answers
113 views
Grid inside a StackPanel: why do auto and * behave strangely?
My google and stackoverflow search-fu have failed me, so I present to the community this question.
(This is all generated using VS2010 and .NET 4.0, in a blank default WPF Solution)
Consider the ...
8
votes
6answers
456 views
How can I make elements arranged in a horizontal StackPanel share a common baseline for their text content?
Here's a trivial example of the problem I'm having:
<StackPanel Orientation="Horizontal">
<Label>Foo</Label>
<TextBox>Bar</TextBox>
<ComboBox>
...
8
votes
7answers
5k views
How can a WPF StackPanel fill vertically from bottom to top?
I need to be able to fill a stackpanel with buttons but the buttons must appear at the bottom of the stackpanel first and populate upwards. The buttons are created dynamically and there's an unknown ...
7
votes
1answer
6k views
Align items in a stack panel?
I was wondering if I can have 2 controls in a horizontal-oriented StackPanel so that the right item should be docked to the right side of the StackPanel.
I tried the following but it didn't work:
...
7
votes
1answer
3k views
Silverlight: Canvas overflows
I have created a Canvas, and within it I placed a StackPanel. The StackPanel is horizontal, and it accepts a list of thumbnailed images. The Canvas has a fixed size. When I put more thumbnails than ...
7
votes
1answer
4k views
WPF: How to make controls stretch in a StackPanel?
A Slider and some other controls won't stretch to fill available space when placed in a StackPanel; instead the width is always MinWidth (or about 10 pixels if MinWidth is not set). How do I make it ...
7
votes
3answers
7k views
WPF - setting HorizontalAlignment= Stretch to Texbox in StackPanel
Why doesn't a texbox stretch to fill space in a stackpanel? Is this by design? In a grid, the textbox stretches as expected.
6
votes
3answers
3k views
VirtualizingStackPanel + MVVM + multiple selection
I have implemented a selection pattern similar to the one described in this post using a ViewModel to store the IsSelected value, and by binding the ListViewItem.IsSelected to the ViewModel ...
6
votes
4answers
6k views
Why won't StackPanel put textblock on left and button on right in Silverlight?
OK, I give up: what do I have to change to this StackPanel below so that it puts the:
text on far left of form
button on far right of form.
<UserControl x:Class="TestData333.MainPage"
...
5
votes
2answers
827 views
Set StackPanel background to WP7 selected accent (theme) color
I am wondering if it is possible to set the background of my StackPanel to the Windows Phone 7 user selected accent (theme) color. I have heard that you are supposed to use styles so it can be used ...
5
votes
1answer
208 views
Is there a way to change the draw order in WPF
Is there a way to change the draw order of Controls in a StackPanel without changing the actual ordering of these controls in the StackPanel?
The reason I ask is that we have a button bar with margin ...
5
votes
4answers
318 views
WPF: Why all the love for the Grid control?
Seen various examples of WPF applications I've seen the use of the Grid control for almost anything, even simplest things with only 1 column or row.
Also, the WPF templates start with an empty grid.
...
5
votes
4answers
6k views
WPF Grid vs Stackpanel
For WPF/Silverlight layout, is it better to use a Grid with lots of rows and columns, or tons of Stackpanels?
4
votes
2answers
1k views
WrapPanel not wrapping when in a StackPanel with Horizontal orientation
The labels in the example below (WPF/XAML) just parade off the screen, no wrapping occurs. Removing the orientation works, but doesn't provided the needed functionality/look & feel. Any ideas ...
4
votes
2answers
5k views
WPF Databinding stackpanel
Im a beginner in WPF programming, coming from .NET 2.0 C#.
Im trying to make a horizontal StackPanel which should be filled with data from a table in a database. The problem is that I want it to ...
3
votes
4answers
96 views
Can you make a Stack Panel type layout using CSS?
I've had immense trouble googling this, I guess I don't quite know the name for the concept. I have a section of the page where a series of text boxes will appear, the number might vary. I'd like to ...
3
votes
1answer
196 views
Rectangles in StackPanel
I'm trying to insert multiple rectangles in a stackpanel but I keep getting the error 'Element is already the child of another element.'. Same thing happens if I use a canvas.
Example:
...
3
votes
1answer
99 views
wpf xaml panel size
I'm sure there is a simple explanation why this is happening but can't seem to find it. From the code below why do my text boxes extend past the window? I would think since i have set the width of ...
3
votes
3answers
217 views
Best method to build data entry forms in WPF?
When building WPF forms that are used for data entry (e.g. A bunch of labels next to a bunch of textboxes and comboboxes) I've seen two methods:
Create a master Grid, divide it into two columns, and ...
3
votes
2answers
531 views
Building a reversible StackPanel in WPF
I'd like to build a custom StackPanel with a ReverseOrder property that I can declaratively set to true to have the elements in the StackPanel appear in the opposite order of normal (e.g. bottom to ...
3
votes
1answer
1k views
Hide TabControl buttons to manage stacked Panel controls
I need to handle multiple panels, containing variuous data masks. Each panel shall be visible using a TreeView control.
At this time, I handle the panels visibility manually, by making the selected ...
3
votes
2answers
5k views
Silverlight: Scrolling with a StackPanel
I have a grid, 3 by 3 (3 rowdefinitions and 3 columndefinitions). I want some content (a StackPanel) in one of those grid cells to scroll. I'm fairly sure this is possible but I cannot figure out how. ...
3
votes
1answer
555 views
How can I add a FlowDocument to a StackPanel?
I created the following class in order to have an easy way to display formatted text in a WPF document.
However this solution returns a FlowDocument, and I am having trouble integrating this ...
3
votes
2answers
1k views
Defining DataTrigger for StackPanel
How do I define a DataTrigger for a StackPanel? It does have a Trigger property, but defining a trigger here gives the following error on Initialize when starting the application:
Failed object ...
3
votes
1answer
2k views
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 have a specific element within that StackPanel that I want to find the Y position of ...
3
votes
2answers
2k views
How to make a StackPanel Width that of another StackPanel?
I have two dockpanels which each have a left StackPanel.
The width of the bottom StackPanel is determined by the width of the text is in it.
The width of the top StackPanel should be the same as the ...
3
votes
3answers
4k views
WPF ToolBar Separator shrinks to nothing when inside a StackPanel
Given the very simple wpf app
<Window x:Class="Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
...
3
votes
2answers
4k views
Using StackPanel as ContentControl (WPF)
So I have a StackPanel that I am using as a ContentControl. I have a place where I want buttons to be generated based on data that I am binding to, and that is all working good, but I want the ...
2
votes
1answer
70 views
How animate insert/delete items in StackPanel
I want to animate insert\delete the item in a StackPanel.
Eg: If new item inserted into collection all other items smoothly free space for new item and vice versa.
Can anyone suggest examples or ...
2
votes
1answer
191 views
Arranging ItemsControl items within a DataTemplate
For some reason, Items added witin a dataTemplate will not do what I tell them to do!!
I am trying to put a number of images horizontally within a stackpanel, but no matter how I try, they only go ...
2
votes
1answer
438 views
Stackpanel: Height vs ActualHeight vs ExtentHeight vs ViewportHeight vs DesiredSize vs RenderSize
i want to know the height of all items my StackPanel.
What is the difference between:
Height - Gets or sets the suggested height of the element.
ActualHeight - Gets the rendered height of this ...
2
votes
2answers
96 views
How do I get a series of IEnumerable object to look like one big stackpanel in windows phone 7?
I have, for this example, an IList<> that contains a set of objects that are also lists. for example, a league consists of a set of teams and those teams are comprised of players. What I want is ...
2
votes
4answers
412 views
Auto-Size and Center Textblock Inside Stackpanel
I'm currently working on dynamically inserting Textblocks into Stackpanels. This has to be done numerous times, and there is no way to know what the size of the Stackpanel will be beforehand.
...
2
votes
4answers
586 views
Stack Panel Or Grid which one is most advisable
I heard that UI Design with Stack panel is more promotable that Grids. Is there any fact present in that. I am usually using Grid for Designing my UI, recently in a document i read that the Grid ...
2
votes
2answers
1k views
problem Storing a list of Objects in Isolated Storage
I am trying to store a list of objects I created in the isolated storage and be able to display them in a list by auto generating a title for them. So far the code works but once I tombstone the app ...
2
votes
1answer
435 views
WPF toggle and grey out a StackPanel
I am trying to toggle a small StackPanel on top of a large StackPanel: when the small StackPanel is toggled and show visible, the large StackPanel on the back is grey out with a opacity color. Does ...
2
votes
3answers
1k views
How to hide/show items in a stack panel?
I have a wpf-mvvm application.
In that I have follwoing...
<Combo box>
item 1
item 2
</Combo box>
<stack pnel>
<user control 1 />
<user control 1 />
</stack ...
2
votes
1answer
961 views
WPF: Align last TWO controls in StackPanel/DockPanel on the very right side
Thats my code so far which does not work:
<DockPanel >
<Button Content="Start" Command="{Binding Path=FirstDateCommand}" />
<Button Content="Back" ...
2
votes
1answer
840 views
WPF: Spacing between elements in stackpanel
I have a stackpanel with checkboxes.
I cant seem to make same spacing between checkboxes with margin property
Can some1 tell me what am i doing wrong?
The code below gives me this:
As you can ...
2
votes
1answer
325 views
WPF layout with several fixed height parts and certain parts relative to window size
At moment my main layout consists of vertically oriented stack panel and it looks like this:
Root StackPanel
StackPanel - fixed Height 150
(horizontal orientation)
StackPanel - relative Height ...
2
votes
2answers
217 views
Why cant i add Orientation property to the Style Setter in WPF
When i write something like this:
<Style x:Key="panelS">
<Setter Property="Orientation" Value="Horizontal" />
<Setter Property="DockPanel.Dock" Value="Top" ...
2
votes
2answers
2k views
I can't set a border around my StackPanel. Any help?
Here's my XAML code:
<Window x:Class="CarFinder.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
...
2
votes
2answers
515 views
Populate StackPanel with checkbox's from Database
I am quite new to WPF. I have a page that displays data from a SQL database using L2S. The L2S returns a DataTable that contains all the available options to choose from for a specific area. Every ...