Picture Box permanent refreshes

0
0

Hey

I have created a quick demo, where you can see, that in Design mode the picture box always refreshes, when SizeMode = AutoSize.

Nothing can be done anymore. – You can’t rename the picturebox or anything else.

I think this is a bug.

THX

Attachment
  • You must to post comments
0
0

Hi Harald,

the fix for WJ-8652 is included in Wisej dev build 1.4.59.

Best regards
Frank

  • You must to post comments
0
0

The pictureBox in the sample is set to Dock.Fill and to PictureBoxSizeMode.AutoSize. AutoSize means that the control will change its size to fit the image. Dock.Fill means that the control will resize to fill the parent. The two settings obviously clash and cause the repeated resizing.

You can set SizeMode to anything other than AutoSize. The fix will simply ignore the AutoSize value when docked or anchored.

  • You must to post comments
0
0

Thanks Harald.

I have logged issue WJ-8652 for it. We´ll inform you when a fix is available.

Best regards
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.