internal override void Initialize()
        {
            base.Initialize();
            this.Padding = DefaultPadding;
            FlowLayoutSettings settings = FlowLayout.CreateSettings(this);

            settings.FlowDirection      = FlowDirection.TopDown;
            state[stateShowImageMargin] = true;
        }
 /// <include file='doc\FlowLayoutPanel.uex' path='docs/doc[@for="FlowLayoutPanel.FlowLayoutPanel"]/*' />
 public FlowLayoutPanel()
 {
     _flowLayoutSettings = FlowLayout.CreateSettings(this);
 }
 /// <include file='doc\FlowLayoutPanel.uex' path='docs/doc[@for="FlowLayoutPanel.FlowLayoutPanel"]/*' />
 public FlowLayoutPanel() {
     _flowLayoutSettings = FlowLayout.CreateSettings(this);
 }
 public FlowLayoutPanel()
 {
     _flowLayoutSettings = new FlowLayoutSettings(this);
 }