Can't add form elements to splitContainer .
splitContainer
Writing:
splitContainer1.Panel1.Controls.Add(button1);
But the button remains behind the panel.
splitContainer1.Panel1.Controls.Add(button1); button1.Left = 0; button1.Top = 0;
Source: https://ru.stackoverflow.com/questions/484099/More articles:There are tasks in which LocationManager is better than FusedLocation?Passing a page element to an objectHow to maintain the equality of the height of the two textarea elements?I can't call functions that are inside a function.How to print a sorted dictionary?Shifts the image to the rightWhy take the coordinates of the expanded form and not just the coordinates of the form?AngularJS: how to render html modal window in a separate file?Static library link failed: cannot open .lib fileContainer for constantsAll Articles
splitContainer1.Panel1.Controls.Add(button1); button1.Left = 0; button1.Top = 0;splitContainer1.Panel1.Controls.Add(button1); button1.Left = 0; button1.Top = 0;- Lada