Toggling Picture Box visibility C#

前端 未结 4 1416
失恋的感觉
失恋的感觉 2021-01-27 06:56

Why is the picture box control\'s visibility property not working here. I have initially set them to false, so that when the screen loads they are not visible. But then I wish t

4条回答
  •  误落风尘
    2021-01-27 07:37

    Whenever the UI changes does not apear after you did some changes, always do Refres(). e.g. pictureBoxLeft.Refresh();. This will always make UI changes appear. Please let me know if it works for you.

提交回复
热议问题