Top "Flicker" questions

Is a flashing effect displeasing to the eye.

How to fix the flickering in User controls

In my application i am constantly moving from one control to another. I have created no. of user controls, but …

c# winforms user-controls flicker
Fixed attachment background image flicker/disappear in chrome when coupled with a css transform

I am currently doing a parallax website theme. The background images need to be attached as fixed for certain 'div's …

background fixed parallax flicker background-attachment
iPhone WebKit CSS animations cause flicker

This is the iphone site: http://www.thevisionairegroup.com/projects/accessorizer/site/ After you click "play now" you'll get to …

iphone css animation webkit flicker
Android VideoView black screen

I have been looking for a way to get rid of the nasty black initial screen on a VideoView before …

android flicker android-videoview
c# flickering Listview on update

I have a list view that is periodically updated (every 60 seconds). It was anoying to me that i would get …

c# listview flicker
Why do my WinForms controls flicker and resize slowly?

I'm making a program where I have a lot of panels and panels in panels. I have a few custom …

c# winforms controls resize flicker
Flickering in a Windows Forms app

I have an app that has a ton of controls on it. And it has a massive amount of flicker, …

c# winforms flicker createparams
fixed positioned element flicker in IE only, how to solve?

Weird problem in IE11, the fixed background of the following project flickers when using mousewheel or cursor keys only. This …

javascript css internet-explorer css-position flicker
Stopping TextBox flicker during update

My WinForms application has a TextBox that I'm using as a log file. I'm appending text without the form flickering …

c# winforms textbox flicker
How to prevent rows in datagrid from flickering while application is running

In the application I'm developing at the moment I'm using a datagridview to display data. To fill it, I've to …

c# winforms multithreading datagrid flicker