merge
This commit is contained in:
@@ -237,6 +237,11 @@ public partial class RadFlyoutBase : UserControl
|
||||
frm.AutoSize = true;
|
||||
frm.AutoSizeMode = AutoSizeMode.GrowAndShrink;
|
||||
}
|
||||
else
|
||||
{
|
||||
frm.ClientSize = Size;
|
||||
}
|
||||
}
|
||||
|
||||
frm.Shown += Form_Shown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user