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

OnResize() protected method

Rearranges layout.
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
return void
        protected override void OnResize(EventArgs eventargs)
        {
            base.OnResize(eventargs);
            cbxIndicatorSlot.Width = tsIndLayout.ClientSize.Width - tsbtnSelectAll.Width - tsbtnSelectNone.Width - tsbtnStatus.Width - 15;
            SetVerticalScrollBar();
        }