How can I avoid flicker in a WPF fullscreen app?

后端 未结 8 834
春和景丽
春和景丽 2020-12-31 11:41

I have a WPF application that is a fullscreen kiosk app. It\'s actually a pretty complicated app at this point, but here\'s some code that shows the basic idea. Essentiall

8条回答
  •  耶瑟儿~
    2020-12-31 12:15

    As answered earlier using Frames/Tab Controls avoid flicker during transitions

    If you don't want to change your application and want to remove that flicker (flashing of desktop in between) on Windows7 or WindowsVista you can optimise your windows 'Visual Effects' setting to be 'Adjust for best performance'

提交回复
热议问题