Click here to Skip to main content
15,881,882 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Delayed initialization of a System.Window.Forms.Form? Pin
Rocky Moore28-May-03 4:13
Rocky Moore28-May-03 4:13 
GeneralRe: Delayed initialization of a System.Window.Forms.Form? Pin
Ray Cassick28-May-03 4:45
Ray Cassick28-May-03 4:45 
GeneralRe: Delayed initialization of a System.Window.Forms.Form? Pin
ralfoide28-May-03 11:07
ralfoide28-May-03 11:07 
GeneralRe: Delayed initialization of a System.Window.Forms.Form? Pin
Rocky Moore29-May-03 4:26
Rocky Moore29-May-03 4:26 
GeneralRe: Delayed initialization of a System.Window.Forms.Form? Pin
ralfoide29-May-03 18:05
ralfoide29-May-03 18:05 
GeneralRe: Delayed initialization of a System.Window.Forms.Form? Pin
Rocky Moore30-May-03 3:49
Rocky Moore30-May-03 3:49 
GeneralRe: Delayed initialization of a System.Window.Forms.Form? Pin
Blake Coverett22-Jun-03 19:29
Blake Coverett22-Jun-03 19:29 
GeneralAdding controls when using a splitter Pin
Marc Clifton27-May-03 13:41
mvaMarc Clifton27-May-03 13:41 
I find this very odd.

this.Controls.Add(this.splitter2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.splitter1);
this.Controls.Add(this.treeView1);


The controls are added in reverse order. The tree view is the leftmost pane, then splitter1, then a panel, then splitter2 (from left to right), yet they are added in reverse order.

Why?

BTW, if I add them in left to right order, they appear right to left, so order is important. Is this the way it works in general, or an artifact of using splitters, or having to do with the ControlCollection base?

Marc

Help! I'm an AI running around in someone's f*cked up universe simulator.
Sensitivity and ethnic diversity means celebrating difference, not hiding from it. - Christian Graus
Every line of code is a liability - Taka Muraoka
Microsoft deliberately adds arbitrary layers of complexity to make it difficult to deliver Windows features on non-Windows platforms--Microsoft's "Halloween files"

GeneralRe: Adding controls when using a splitter Pin
J. Dunlap27-May-03 13:43
J. Dunlap27-May-03 13:43 
GeneralRe: Adding controls when using a splitter Pin
Marc Clifton27-May-03 13:46
mvaMarc Clifton27-May-03 13:46 
GeneralRe: Adding controls when using a splitter Pin
James T. Johnson27-May-03 14:16
James T. Johnson27-May-03 14:16 
GeneralRe: Adding controls when using a splitter Pin
Marc Clifton27-May-03 14:28
mvaMarc Clifton27-May-03 14:28 
GeneralStupid .NET things, post #1 Pin
Marc Clifton27-May-03 11:47
mvaMarc Clifton27-May-03 11:47 
GeneralRe: Stupid .NET things, post #1 Pin
Ray Cassick27-May-03 11:49
Ray Cassick27-May-03 11:49 
GeneralRe: Stupid .NET things, post #1 Pin
Marc Clifton27-May-03 11:52
mvaMarc Clifton27-May-03 11:52 
GeneralCool .NET things, post #1 Pin
leppie27-May-03 12:51
leppie27-May-03 12:51 
GeneralRe: Stupid .NET things, post #1 Pin
James T. Johnson27-May-03 13:04
James T. Johnson27-May-03 13:04 
GeneralRe: Stupid .NET things, post #1 Pin
Marc Clifton27-May-03 13:21
mvaMarc Clifton27-May-03 13:21 
Generalcompound docs and .NET Pin
J. Dunlap27-May-03 10:35
J. Dunlap27-May-03 10:35 
GeneralRe: compound docs and .NET Pin
James T. Johnson27-May-03 11:26
James T. Johnson27-May-03 11:26 
GeneralRe: compound docs and .NET Pin
J. Dunlap27-May-03 11:31
J. Dunlap27-May-03 11:31 
GeneralRe: compound docs and .NET Pin
James T. Johnson27-May-03 13:07
James T. Johnson27-May-03 13:07 
GeneralRe: compound docs and .NET Pin
J. Dunlap27-May-03 13:22
J. Dunlap27-May-03 13:22 
QuestionStill no solution! Memory bug in Services? Pin
solidstore27-May-03 1:47
solidstore27-May-03 1:47 
AnswerRe: Still no solution! Memory bug in Services? Pin
Simon Gregory3-Jun-03 13:33
Simon Gregory3-Jun-03 13:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.