nabezokodaikon / picsum

MIT License
0 stars 0 forks source link

ImageViewContentsで、ウィンドウのサイズを変更したときのチラツキを抑える #33

Open nabezokodaikon opened 5 months ago

nabezokodaikon commented 5 months ago

メモ

this.fileInfoLabel1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;

this.fileInfoLabel1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;

this.splitContainer.Location = new System.Drawing.Point(0, 64);
this.splitContainer.Size = new System.Drawing.Size(746, 402);
this.splitContainer.Panel2MinSize = ApplicationConst.INFOPANEL_WIDTH;

this.splitContainer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(244)))), ((int)(((byte)(250)))));

this.splitContainer.Size = new System.Drawing.Size(746, 402);