Exemplo n.º 1
0
 internal override void Initialize()
 {
     base.Initialize();
     base.Padding = this.DefaultPadding;
     FlowLayout.CreateSettings(this).FlowDirection = FlowDirection.TopDown;
     this.state[stateShowImageMargin] = true;
 }
Exemplo n.º 2
0
 /// <include file='doc\FlowLayoutPanel.uex' path='docs/doc[@for="FlowLayoutPanel.FlowLayoutPanel"]/*' />
 public FlowLayoutPanel()
 {
     _flowLayoutSettings = FlowLayout.CreateSettings(this);
 }