コード例 #1
0
        internal override void Initialize()
        {
            base.Initialize();
            this.Padding = DefaultPadding;
            FlowLayoutSettings settings = FlowLayout.CreateSettings(this);

            settings.FlowDirection      = FlowDirection.TopDown;
            state[stateShowImageMargin] = true;
        }
コード例 #2
0
ファイル: FlowLayoutPanel.cs プロジェクト: weiplanet/winforms
 /// <include file='doc\FlowLayoutPanel.uex' path='docs/doc[@for="FlowLayoutPanel.FlowLayoutPanel"]/*' />
 public FlowLayoutPanel()
 {
     _flowLayoutSettings = FlowLayout.CreateSettings(this);
 }
コード例 #3
0
 /// <include file='doc\FlowLayoutPanel.uex' path='docs/doc[@for="FlowLayoutPanel.FlowLayoutPanel"]/*' />
 public FlowLayoutPanel() {
     _flowLayoutSettings = FlowLayout.CreateSettings(this);
 }
コード例 #4
0
 public FlowLayoutPanel()
 {
     _flowLayoutSettings = new FlowLayoutSettings(this);
 }