Top "Redraw" questions

Describes the update of a display (or a part of it, like a program window) to show the latest version of the data.

html5 canvas redraw on resize

I have two canvas elements and need them to be resized on buttons click. <div class="sDetails"><…

javascript jquery html canvas redraw
How to update Android ListView with dynamic data in real time?

I have a background thread loading data which I want to display in an Android ListView. The data changes very …

android performance listview background redraw
Trying to force redraw of UITableViewCell

I found this post on Beveled UITableViewCells from http://news.selectstartstudios.com/beveled-uitableviewcells/. I'm using the technique to reduce the …

iphone uiview uitableview redraw
SWT update / redraw / layout prοblem

I know many people experience this problem, but the solutions I found online do not seem to solve mine. I …

layout button swt paint redraw
How to have a control redraw the Windows form?

I'm not exactly sure a "redraw" is what I'm looking for... I'm new to designing Windows forms by hand. I've …

c# winforms visual-studio redraw
Xamarin.Forms - Force ListView layout to redraw

I have a ListView with HasUnevenRows = true, where the content of each cell is variant to begin with, but the …

ios listview xamarin xamarin.forms redraw
Can I suspend redrawing of a form until I have performed all updates?

Using C# and .Net 2.0, I'm using an irregularly shaped form (TransparencyKey, FormBorderStyle = None, etc...) and want to allow "normal" bordered …

.net winforms drawing transparency redraw
redrawing canvas html5 without flickering

I've a screen being redraw every 25ms, and images are flickering, here is my code var FRAME_RATE = 40; var intervalTime = 1000/…

javascript html canvas redraw
vis.js redraw and changing data

I'm using vis.js timeline to display events and got all items displaying from an ajax call. currently I have …

javascript jquery ajax redraw vis.js
I want the activity to refresh/redraw after dialog fragment is dismissed.. How can I achieve that?

This is how it looks at first: This is the dialog fragment that pops when "edit" is pressed and I …

android android-dialogfragment redraw