Exemplo n.º 1
0
        internal override void Initialize()
        {
            base.Initialize();
            this.Padding = DefaultPadding;
            FlowLayoutSettings settings = FlowLayout.CreateSettings(this);

            settings.FlowDirection      = FlowDirection.TopDown;
            state[stateShowImageMargin] = true;
        }
Exemplo n.º 2
0
 /// <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);
 }
Exemplo n.º 4
0
 public FlowLayoutPanel()
 {
     _flowLayoutSettings = new FlowLayoutSettings(this);
 }