I am using docking (VCL) in Delphi 7. In my main form, two other forms are docked: One vertically at the left edge, one horizontally at the bottom edge.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
Can we access Database of JasperReports Server server through its API? And do that allow us to ma开发者_Python百科ke run time report?
Is it possible to dock Silverlight based controls like Windows Forms control ? For example I want to use a tab control, which I want to use as a control for page navigation ! Unfortunately开发者_运维百
How would you go about to implement a docking toolbox windowing system as seen in Expression Blend where you can dock toolbox windows in a lot of ways beneat each other, overlapping as tabs or as floa
I have the following AvalonDock XAML: <ad:DockingManager Name=\"DockManager\" Background=\"White\">
I\'m looking for a dockable windows/panel control in the 开发者_如何转开发style of iGoogle. All of the ones I have found so far all have a fixed length on the height of your window/panel but I want to
I am having multiple windows( .xaml files).开发者_Go百科 I want to dock one window in other. Say, I am having a ParentWindow.xaml. On a button click in ParentWindow I open ChildWindow.xaml. After op
In general, how does one set a control to take up the entire Height and Width开发者_如何学Go of its container?I am new to Silverlight and was surprised that the controls don\'t have a Dock property (u
I have a variable height header that doesn\'t scroll with the content below it. The content will act like a regular web page, with overflow=auto, constrained to th开发者_如何学Ce size of the viewport.