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