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
-2
votes
2 answers

[DockPanel-Suite]How do I make my window appear in the lower right corner programmatically?

This is a question about how to use dockpanel-suite. As you know, when a form is loaded first time, we can choose the dockstyle through setting the property ShowHint. Now I want a dock effect neither DockRight nor DockBottom, I want an effect…
cs_matrix
  • 3
  • 4
-2
votes
1 answer

list min index value c# from a class

I have two classes: class OrdenO { public int id_orden_O {get;set;} public int Ei_O {get;set;} public int Ii_O {get;set;} public int Si_O {get;set;} public int DTi_O…
user1923840
  • 3
  • 1
  • 3
-3
votes
1 answer

C# Dock Panel Suite

How can I change the user interface of the dock panel suite in C#? I want to change the icons of the docking arrows. So when you change the posistion of the form, the icons that show the docking positions are different.
1 2 3
18
19