setshow title panel

This commit is contained in:
Pilzinsel64
2025-01-14 09:19:07 +01:00
parent d95b12facb
commit e44e4e15a6

View File

@@ -203,6 +203,7 @@ public partial class RadFlyoutBase : UserControl
tableLayoutPanel_TitlePanel.SendToBack(); tableLayoutPanel_TitlePanel.SendToBack();
ResumeLayout(false); ResumeLayout(false);
PerformLayout(); PerformLayout();
SetShowTitlePanel();
addedControlsToUi = true; addedControlsToUi = true;
} }
base.OnLoad(e); base.OnLoad(e);