-
Notifications
You must be signed in to change notification settings - Fork 2
API FlowLayoutPanel
Thomas Baker edited this page Jul 5, 2021
·
2 revisions
public static class FlowLayoutPanelExtensions
public static TPanel FlowDirection<TPanel>(this TPanel panel, FlowDirection direction)
where TPanel : FlowLayoutPanel
- public enum FlowDirection
- public class FlowLayoutPanel : Panel
- public class TPanel : FlowLayoutPanel
public static TPanel WrapContents<TPanel>(this TPanel panel, bool wrap)
where TPanel : FlowLayoutPanel
- public class FlowLayoutPanel : Panel
- public class TPanel : FlowLayoutPanel