using System.Windows.Forms; namespace BizHawk.Client.EmuHawk.CustomControls { /// public sealed class SingleRowFLP : FlowLayoutPanel { public SingleRowFLP() { AutoSize = true; WrapContents = false; } } }