4 references to FlowLayoutSettings
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (2)
17
FlowLayoutSettings
.WrapContents = false;
18
FlowLayoutSettings
.FlowDirection = FlowDirection.LeftToRight;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (2)
18
FlowLayoutSettings
.WrapContents = false;
19
FlowLayoutSettings
.FlowDirection = FlowDirection.TopDown;