docking

Docked Control doesn't always have same width as parent

I have a panel docked to the top of another panel. The parent panel lives inside of an Actipro DockManager. If I resize the parent panel, everything is fine. If I resize the form, the child panel doesn't end up with the same width as the parent panel. Any idea how to fix this? I tried manually setting the Width on the child panel an...

Silverlight 4.0: Launch User Control to a new Window

Hi, Is it possible in Silverlight 4.0 to launch a piece of user control to another browser window just like WPF DevComponents docking control behavior? Thank you ...

How do I access data from a docked form?

I'm using http://sourceforge.net/projects/dockpanelsuite/ as a docking control in my application and I have added a form as a docking container, and from it I need to access a string from the main form. I was just messing around to see if I could load it using (Owner as MainWindow), but it did not work. for (int i = 0; i < (Owne...

Eclipse' docking framework

Can Eclipse' docking framework be used independent of Eclipse/RCP for, e.g., a lightweight SWT application? ...

SplitContainer - What causes the inconsistent behaviour I experience when the orientation is set to horizontal?

Hi coders, Starting from scratch in a new project in which the properties of the default Form1 form have not been altered I drop a SplitContainer on the form and set its properties to: Anchor - Top, Left Dock - Fill Orientation - Vertical I then drop a second SplitContainer into the left-hand panel (panel 1) of the first SplitC...

Docking Like Mac OSX Dock in WPF

As Here on the link is a nice docking application but I need something like Mac OSX dock, It Docks at a side without taking the screen, and when we need it it's there. Please tell me docking solution that does not take up the screen space. Thanks in Advance. ...