Top "Dockpanel" questions

Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.

How to get StackPanel's children to fill maximum space downward?

I simply want flowing text on the left, and a help box on the right. The help box should extend …

wpf xaml autolayout autoresize dockpanel
C# WPF how to set location,width and height of the controls programmatically?

I'm doing my first WPF application. im having problem whereby when my form is maximized or fullscreen, my controls wont …

c# wpf controls wpf-controls dockpanel
How to make DockPanel fill available space

I'm trying the content of a shopping cart in an ItemsControl(ListBox). To do so, I've created the following DataTemplate: &…

.net wpf autosize dockpanel
What is the difference between a StackPanel and DockPanel in WPF?

What can a DockPanel do that a StackPanel cannot? If anyone has an image of something that can be achieved …

wpf stackpanel dockpanel
How to make items in a DockPanel expand to fit all available space in WPF?

I have a StackPanel containing a StackPanel and some other items. The first StackPanel has a vertical orientation, the the …

c# wpf xaml stackpanel dockpanel
How programmatically dock new element to DockPanel

How programmatically create an element based on UserControl and dock it to the DockPanel?

wpf user-controls dockpanel
WPF: How can I stretch the middle child in a DockPanel?

I added a DockPanel to a RadioButton element such that I can distribute the radio button label, a textbox and …

c# wpf xaml textbox dockpanel
WPF Dockpanel first child uses remaining space

In a window I have there is a list of DockPanels to specify a couple of files. Each DockPanel has …

wpf xaml dockpanel
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: Create a GridSplitter, that customizes the size of a DockPanel (C#, WPF)

How to: Create a GridSplitter, that customizes the size of a DockPanel (C#, WPF) This is my GridSplitter code, but …

c# wpf dockpanel