Forex_Strategy_Builder.Dialogs.Generator.Top10Layout.OnResize C# (CSharp) 메소드

OnResize() 보호된 메소드

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