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

MyDoggy: Make content resize when window is resized instead of bottom ToolWindow?

MyDoggy documentation and examples aren't really helpful (the TutorialSet has the same issue and MyDoggySet has unreadable code), so maybe someone here can help me out. I am building an editor and I would like dockable frames. I used MyDoggy but I…
nickguletskii
  • 292
  • 4
  • 9
0
votes
2 answers

How to set size of inactive (hidden) dock clients' tabs in JVCL Docking component?

The only dock style in JVCL that I know that has the auto hide function (to pin the dock clients) is JvDockVSNetStyle. I'm using it but I can't set the size of the inactive pinned panes' tabs. When hidden, the tabs don't show the title of the pane,…
gabrielmdu
  • 225
  • 2
  • 11
0
votes
0 answers

Give wpf appbar "higher priority" than the windows taskbar

I have experimented with making an appbar, and wiring the interop code to a wpf window (With help from CodeProject), and it works great! But there's something more I want to do. I want the dock setting of the window I am docking to "push around" the…
0
votes
1 answer

How do I add an event handler to catch when a Window docks to the screen?

I have a method that takes in the height and width of the window when the WindowState changes with Window.StateChanged, but when I use the MS Windows docking to dock the Window, the application detects the change, runs the Event Handler, then docks…
Bob.
  • 3,894
  • 4
  • 44
  • 76
0
votes
1 answer

How to change the Backcolor of TitleBar on DockWindow?

I have to color the TitleBar of DockWindow. I can able to color the normal winform Titlebar color..but I don't know how to change the color of dockwindow titlebar if it is docked right,left,top,bottom. [DllImport("User32.dll", CharSet =…
Aravind
  • 1,055
  • 2
  • 11
  • 15
0
votes
1 answer

How to set backcolor for docking windows at runtime?

I created a Docking windows program in csharp i want to change the color of that tabs after exe is getting executed.because those tabs will be added at run time.i can able to change the TabText but i cant able to set the values …
Aravind
  • 1,055
  • 2
  • 11
  • 15
0
votes
1 answer

How to get anchor of dockablepane in AvalonDock

I'm using the third party library AvalonDock to make my GUI. However I'm having problem to get what side a control is docked on. I have tried this. DockableContent doc = (DockableContent)FindName("dcc" + WindowsNames[i]); DockablePane parent =…
Icy Creature
  • 1,875
  • 2
  • 28
  • 53
0
votes
1 answer

Swing: How do i create an east hugging component that will not move over western components

I've tried several ways to get this to render correctly. I want my logo area to hug east as the window is resized, but not to overlap the Western components. The following code does not hug east, which i think makes sense because the the logoArea…
rediVider
  • 1,266
  • 2
  • 13
  • 30
0
votes
2 answers

scroll viewer stuck to the right side of dockpanel?

I have a stretch problem with my scroll viewer, I have a textbox and button inside a dock panel along with my scrollviewer, I wanted the scroll viewer underneath those items but stretched to the width of the dock panel and height stretched from the…
Kirsty White
  • 1,210
  • 3
  • 26
  • 54
-1
votes
1 answer

Docking buttons in specific order in Windows Forms panel

I have a Windows Forms application with a panel containing six buttons. The buttons are Home, Purchase, Company, Products, Inventory and Customers. I need the exact order of the buttons from top to buttom as tell the names in order. But when I dock…
-1
votes
1 answer

How to programmatically dock a ToolWindow in a Visual Studio AddIn

I'm developing a Visual Studio AddIn that shows a ToolWindow similar to the usual Toolbox. Now I would like to have it docked just like the normal Toolbox when I open it. This is the code used to open it (_applicationObject and _addInInstance are…
Francesco Baruchelli
  • 7,320
  • 2
  • 32
  • 40
-1
votes
2 answers

Can I dock a div against another div in IE 8?

Consider this page: http://losthobbit.net/temp/docking.html Here's the HTML:
Stephen Oberauer
  • 5,237
  • 6
  • 53
  • 75
-1
votes
1 answer

Having a child form switch between MdiChild and Normal?

I am currently trying the recreate the Docking Panel/forms of visual studio. I want to apply the same system to a different project to handle different window views, but first I want to recreate it. So far I've been switching the MDiParent property…
-1
votes
1 answer

change picturebox size , spacing between buttons when user changes window size

i am developing a win form application using c# ,in form 1 there is a datagridview, a panel which holds some text boxes , another panels which holds some labels how to get this : size of datagridview , spacing between panels,must be changed…
codemirror
  • 3,164
  • 29
  • 42
-2
votes
1 answer

Need help docking in c# window forms

I need help docking in winforms, I googled everywhere and nothing works, somebody please tell me whats wrong, the panel and lable doesn't appear, Please do not judge im new to C#. public void doDock() { string[] test = { "g",…
Nathan
  • 19
  • 1
1 2 3
18
19