Questions tagged [dockpanel]

Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.

Defines an area where you can arrange child elements either horizontally or vertically, relative to each other.

224 questions
0
votes
1 answer

Dockpanel Fix Bottom Child

I'm trying to build a layout that would fix the bottom of two rows to be always visible. the problem is, the content of the bottom row has to be at the top, which makes it difficult to use a dockpanel. here's a short overview: here is a link with…
user2154171
  • 145
  • 1
  • 1
  • 8
0
votes
2 answers

How to Write inside a Dock Content in C#

There is a DockPanel and when I exercise this code it adds the dock content to the right Dock BUT I can't get it to show the text (i.e. Perform Step1 and Step2 etc. as seen below). I have done so much research, nothing has worked. Thanks in advance…
user1298925
  • 2,304
  • 7
  • 29
  • 43
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
1 answer

DockPanel Children auto Width

I have this Dockpanel: And I try to add some children: for (int i = 0; i < 7; i++) { var a = new…
user1740962
  • 111
  • 2
  • 16
0
votes
1 answer

WPF Dock Panel layout, Expander on top, Windows Forms Host on botton and Fills

I am trying to get my Expander control to appear on top of my Windows Forms Host on my main page and have the Windows Forms Host Fill all remaining area. However, the Expander appears to the side of it, not on top. Here is, basically, what I have…
Refracted Paladin
  • 12,096
  • 33
  • 123
  • 233
0
votes
1 answer

WPF window stretching incorrectly/weird behavior

I've had a weird behavior in WPF for awhile now, and I haven't been able to trace down where the problem is. In a nutshell, when I resize the window from the bottom or right, everything works as expected. But if I happen to grab it from the top or…
Keven M
  • 972
  • 17
  • 47
0
votes
1 answer

How to add an generated dynamic view to a root window using Infonode library?

i have a problem in using the infonode docking library. I have created the root window,dynamic view methods based on the example provided. Just modified it bit and just trying to use it. But I had gone through the documentations,user manuls provided…
Balaram26
  • 1,349
  • 3
  • 15
  • 32
0
votes
1 answer

User Controlled Divider in Dockpanel

I'm using a Dockpanel via C# & WPF to display 2 user controls The Left UserControl is a Datagrid with Filters (Called Filter) The Right UserControl is a Custom Form That will change depending on what type of Data the user is viewing. I'm setting the…
PGP_Protector
  • 218
  • 3
  • 12
0
votes
1 answer

How to add icons to wpf treeview using dockpanel and binding?

I have a treeview inside of a dockpanel and all of the elements of the treeview are inside HierarchicalDataTemplates. Here is the code:
Kevin Quiring
  • 639
  • 1
  • 11
  • 26
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

Cannot Arrange Dockpanel children in wpf

I hosted a wpf control in win form using element host, and want to arrange children elements in wpf and set their docs to fill the form correctly, I tried to use DockPanel.SetDock but set not isn't in dockpanel class, Of course I tried to add…
amin mazi
  • 13
  • 4
0
votes
1 answer

How can I get DockPanel to make the last item fill to the bottom and right?

How do I get the bottom textblock to fill up the remaining space horizontally and vertically? I've got a shell that has this region:
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
0
votes
2 answers

How to make a ListView inside a grid in WPF fill the whole screen, even when resized

I have a control which is a grid where the first row contains some buttons, with fixed height, and the second (and last) row contains a ListView. Then I have a main screen which contains only a menu and this user control above. I would like to have…
jpnavarini
  • 763
  • 4
  • 13
  • 25
0
votes
1 answer

zIndex issues between two ASPxDockPanel

I have two ASPxDockPanels in the same ASPxDockZone (vertical). The first panel has an ASPxCombobox with a dropdownlist that should go over the second panel. However the dropdownlist is just rendered behind the second panel. First panel has a…
ookami
  • 13
  • 1
  • 6
0
votes
1 answer

Storing a DockPanel in a settings file

I am attempting to store a DevExpress DockPanel in a settings file. Everything appears to work in the save function, but when I go to load it upon starting the application, The Settings.Default.WebLayoutPanel variable is null: here is the…
jth41
  • 3,808
  • 9
  • 59
  • 109
1 2 3
14
15