send to back

This commit is contained in:
Pilzinsel64
2025-01-14 09:11:23 +01:00
parent 5342c25db8
commit dc5beb09de
2 changed files with 4 additions and 4 deletions

View File

@@ -198,9 +198,9 @@ public partial class RadFlyoutBase : UserControl
{
SuspendLayout();
Controls.Add(tableLayoutPanel_ActionPanel);
tableLayoutPanel_ActionPanel.BringToFront();
tableLayoutPanel_ActionPanel.SendToBack();
Controls.Add(tableLayoutPanel_TitlePanel);
tableLayoutPanel_TitlePanel.BringToFront();
tableLayoutPanel_TitlePanel.SendToBack();
ResumeLayout(false);
PerformLayout();
addedControlsToUi = true;

View File

@@ -167,9 +167,9 @@ public partial class FlyoutBase : UserControl
{
SuspendLayout();
Controls.Add(tableLayoutPanel_ActionPanel);
tableLayoutPanel_ActionPanel.BringToFront();
tableLayoutPanel_ActionPanel.SendToBack();
Controls.Add(tableLayoutPanel_TitlePanel);
tableLayoutPanel_TitlePanel.BringToFront();
tableLayoutPanel_TitlePanel.SendToBack();
ResumeLayout(false);
PerformLayout();
base.OnLoad(e);