3 writes to GrowStyle
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (2)
472
TableLayoutSettings.
GrowStyle
= TableLayoutPanelGrowStyle.AddColumns;
519
TableLayoutSettings.
GrowStyle
= TableLayoutPanelGrowStyle.AddRows;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
132
set => _tableLayoutSettings.
GrowStyle
= value;
1 reference to GrowStyle
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
131
get => _tableLayoutSettings.
GrowStyle
;