0
votes
1answer
24 views
Maximum Width and Height in Silverlight
In general, how does one set a control to take up the entire Height and Width of its container? I am new to Silverlight and was surprised that the controls don't have a Dock prope …
0
votes
5answers
84 views
Docking and Anchoring on a Windows Form application.
Hello!
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 with two panels inside (upperPanel and bottomPanel). …
1
vote
1answer
38 views
CSS or Table ‘Dock Layout’ Solution for Non Scrolling Header?
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 the size of the view …
0
votes
3answers
53 views
WPF Docking library
I need to use an existing WPF docking library.
There are several libraries:
AvalonDock
.NetBar
SanDock
ActiPro
Infragistics
does anyone has any experiance with one of those librar …
0
votes
0answers
19 views
Docking in wpf .net 4.0
Hi there,
is there a built in possibility in .net 4.0 to dock a WPF window into a container?? Something like in Visual Studio would be great.
thanks!
0
votes
0answers
33 views
How can I dock parent window after opening the child window.
Hi,
I am using multiple window,xaml files in my aplication. The parent window is ParentWindow,xaml. On click of one of the button in this window I am opening the child window named …
0
votes
2answers
171 views
How to close dynamically created CDockablePane windows?
In my MFC (Feature Pack) application one can dynamically create docking panes to display charts/tables etc.
However, I don't want to let the user open the same thing twice.
I crea …
2
votes
2answers
59 views
Is it possible to dock the “Find/Replace” window in Eclipse?
I could have sworn I saw it once before in a screencast where someone had the find/replace window docked in their Eclipse environment.
However looking through the list of options …
19
votes
6answers
2k views
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 there are InterOp calls that need to be made, but I'm looking for e …
0
votes
2answers
83 views
Docking a form to another form panel
Is it possible to dock a form1 to a panel contained in another form2?
I'm launching form1 with ShowDialog from a form2 event.
0
votes
2answers
86 views
How can I dock my winform application with another application.
Hi guys
I am trying to do my winform application dock and follow another application, like IE or word. My full plan is run the program underground and then this specific applicati …
7
votes
9answers
1k views
Adobe Flex vs Silverlight
This is not a pure technical question, but I believe answers will help the RIA community.
We are a software development company, which is working on a development of Stock trading …
0
votes
1answer
245 views
Docking a form on a MDI
Hi there,
I am trying to dock a form onto a MDI, but when I use the following code, it just flashes itself and the form disappeared.
using (frmDock formDock = new frmDock …
2
votes
6answers
977 views
What are good docking frameworks for Java/Swing?
I'm looking for a good lightweight Java docking framework.
I know that Netbeans and Eclipse can be used as RCP, but I'm looking for something a little bit more lightweight.
0
votes
2answers
189 views
User Control Docking Attribute
I am trying to make my own user control and have almost finished it, just trying to add some polish. I would like the option in the designer to "Dock in parent container". Does any …
