Questions tagged [docking]

A user interface design in which panels are arranged inside a container. Each docked panel is attached to another panel or a side of the container.

273 questions
0
votes
1 answer

Dock FIll Anchor Right

In a winform program where I have a reportviewer control a simply want the control to adjust its height with respect to Form's height changes, without changing its witdh as well as it horizontal location. I define: reportViewer1.Anchor =…
apomene
  • 14,282
  • 9
  • 46
  • 72
0
votes
1 answer

How to implement Visual studio like docking in html5?

I am trying to implement the docking feature similar to that of the visual studio in html5. After searching through the internet,there weren't much data I could get. Are there any framework's or libraries or sample code to achieve this in html5?
Dpk
  • 63
  • 1
  • 9
0
votes
5 answers

Dynamic Splitter Panes

How would I go about implementing dynamic/docking splitter panes in a vb.net app similar to visual studio?
scantwell
0
votes
1 answer

How to make AvalonDock's floating child window dock when user double-clicks its title bar?

I am relatively new for AvalonDock 2.0 but I heard that one can change the behavior of title bar double-clicked in a floating child window with this new version. But I can't find any clue over Google or its own site. Is this even possible?
Tae-Sung Shin
  • 20,215
  • 33
  • 138
  • 240
0
votes
0 answers

Resizing a form introduces visual artifacts on bottom docked controls

I am working on a "bottom-right docked" popup form. The layout of the form follows this structure: Header Content (text message) Footer This form should resize according to its content. I am using SetBounds to make it grow to the top instead of…
0
votes
1 answer

dock widget loaded from separate ui file to main window

I'm building an application using PySide and would like the ability to load widgets from separate .ui files. below is some code I've tried out but it wont let me dock the dock widget loaded separately from the main window to the main window. The…
jonathan topf
  • 7,897
  • 17
  • 55
  • 85
0
votes
2 answers

Rad Pane and Listbox visibility

I am having two ListBoxes in a rad pane, I want one ListBox visible to one user and both list boxes visible to another user. When I am making the ListBox, hidden the height is not adjusted, it is having a white space. Here is the code and please…
Karthik
  • 115
  • 1
  • 12
0
votes
1 answer

Docking in wpf .net 4.0

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!
elCapitano
  • 121
  • 1
  • 9
0
votes
1 answer

How do you apply DataTemplates defined in the Window.Resources to all Infragistics Panes when they are floating?

I am using the Infragistics XamDockManager to handle docking and undocking panels within my application. I have a Window defined that uses the DockManager to specify several different panes. I define several DataTemplates in the Window.Resources…
Matt Zappitello
  • 785
  • 2
  • 11
  • 30
0
votes
1 answer

QDockWidget is not docked on a QDialog

Is it correct to use a QDockWidget on a QDialog? When I tried to use it, dock widget did not get docked on the dialog window. I could not resize the dock widget when I executed the application.
fatma.ekici
  • 2,787
  • 4
  • 28
  • 30
0
votes
2 answers

wxPython: Trying to make a docking window, binding parent EVT_ACTIVATE prevents parent resizing

I'm trying to make a simple docking frame that will dock to a parent window and follow it around. So far I have the following: class DockingFrame(wx.Frame): def __init__(self, parent): wx.Frame.__init__(self, parent, style=wx.CAPTION) …
Claudiu
  • 224,032
  • 165
  • 485
  • 680
0
votes
1 answer

DisposedObjectException after closing DockContent document

I am seeing so odd behavior with DockPanelSuite when I close my documents. When I click the close 'X' at the top right of the documents the top document closes as expected (calls FormClosing event and Dispose() method of my derived DockContent…
0
votes
2 answers

How can I dock my winform application with another application

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 application is running, my winform will maximize and dock, will follow if moved,…
Leibnitz
0
votes
1 answer

App not starting when docked

After browsing the web I have found out that this code is supposed to start a app when docked:
Magakahn
  • 498
  • 9
  • 31
0
votes
1 answer

Auto-position nested UserControls

I want to autosize some generated controls. I create two TextBox types and two CustomControl types which are a type of UserControl. Each CustomControl has a Label that displays a string which I call a caption. I can only see one of the two…
P.Brian.Mackey
  • 43,228
  • 68
  • 238
  • 348