Top "Docking" questions

A user interface design in which panels are arranged inside a container.

How to use DockStyle.Fill for standard controls in WPF?

I'm used from windows forms, that I create a panel, place controls inside it and give them DockStyle.Fill to …

c# wpf tabcontrol docking
How to control docking order in WinForms

As the title states, I'm looking for a way to control the order in which the items dock to the …

c# winforms docking
Docking Window inside another Window

I have a winform application (.NET 2.0 C#). From this application, I want to start another process (another winform application) and …

c# winforms .net-2.0 dllimport docking
What is the difference between Dock and Anchor

I have a windows form which have a lot of controls in that(Listbox,Groupbox,Combobox,TextBox,ListBox etc). I …

c# .net dock docking
How do you do AppBar docking (to screen edge, like WinAmp) in WPF?

Is there any complete guidance on doing AppBar docking (such as locking to the screen edge) in WPF? I understand …

c# wpf dock docking appbar
Implementing a multidock window system (like blend, visual studio) in WPF

How would you go about to implement a docking toolbox windowing system as seen in Expression Blend where you can …

wpf windows docking
How to make a WPF ListView no taller than its contents but fit to the window with other controls?

I'm trying to arrange a WPF UI as follows: At top of the window are some controls of self-determining height (…

wpf listview wpf-controls autoresize docking
How to dock to the top and the left

With An anchor I can write the following line: myControl.Anchor = (AnchorStyles.Top | AnchorStyles.Left); And it will anchor myControl …

c# panel anchor docking
How to dock a child control to bottom right of the parent control?

How do i dock a child control at a bottom right position when compared to the parent control? I can …

c# winforms devexpress docking
Docking and Anchoring on a Windows Form application

I'm developing an app for Windows Mobile 5.0 and above, with C# and .NET Compact Framework 2.0 SP2. I have a WinForm …

c# windows-mobile anchor docking gui-designer