don't add panels in DesignMode
This commit is contained in:
@@ -194,7 +194,7 @@ public partial class RadFlyoutBase : UserControl
|
||||
|
||||
protected override void OnLoad(EventArgs e)
|
||||
{
|
||||
if (!addedControlsToUi)
|
||||
if (!addedControlsToUi && !DesignMode)
|
||||
{
|
||||
SuspendLayout();
|
||||
Controls.Add(tableLayoutPanel_ActionPanel);
|
||||
|
||||
Reference in New Issue
Block a user