Forex_Strategy_Builder.Dialogs.Generator.Top10Layout.OnResize C# (CSharp) Method

OnResize() protected method

Arranges the controls after resizing
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
return void
        protected override void OnResize(EventArgs eventargs)
        {
            flowLayoutStrategy.SuspendLayout();
            SetVerticalScrollBar();
            flowLayoutStrategy.ResumeLayout();
        }