2 references to AddColumns
System.Windows.Forms (2)
winforms\Managed\System\WinForms\StatusStrip.cs (1)
465TableLayoutSettings.GrowStyle = TableLayoutPanelGrowStyle.AddColumns;
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
198if (!ClientUtils.IsEnumValid(value, (int)value, (int)TableLayoutPanelGrowStyle.FixedSize, (int)TableLayoutPanelGrowStyle.AddColumns)){