Gid Flicker while loading Data in it... 
Author Message
 Gid Flicker while loading Data in it...

Hi,

Any body know how to avoid flickering on Grid while loading data in it.

thanks

Amit



Mon, 25 Oct 2004 16:27:32 GMT  
 Gid Flicker while loading Data in it...
I know on a listview if you either disable the control or
set the sorted property to false, it loads up fast with
no flicker.  Then enable it when you are done populating
it.

Hope this helps,
Rich

Quote:
>-----Original Message-----
>Hi,

>Any body know how to avoid flickering on Grid while
loading data in it.

>thanks

>Amit

>.



Mon, 25 Oct 2004 21:37:52 GMT  
 Gid Flicker while loading Data in it...
Try setting .visible = false while filling and .visible =
true after you have filled the visible portion of the
grid.  Typically, the grid will stay visible but not
refresh during the filling process.

Quote:
>-----Original Message-----
>Hi,

>Any body know how to avoid flickering on Grid while
loading data in it.

>thanks

>Amit

>.



Tue, 26 Oct 2004 03:35:07 GMT  
 Gid Flicker while loading Data in it...
Grid.Redraw = False

Grid.Redraw = True

Careful though, if there is nothing in it, setting redraw to true will throw
an error... fun fun.  I do Grid.Redraw = Grid.Rows


Quote:
> Hi,

> Any body know how to avoid flickering on Grid while loading data in it.

> thanks

> Amit



Wed, 27 Oct 2004 03:39:52 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Prevent window form to flicker when load??

2. Task Bar flicker while forms loading

3. Stopping ListView flicker while loading

4. Prind In gid

5. .GID file

6. vbHourglass flickers during data access

7. Data Base Wizard does not load

8. Automatic Data Load Facility

9. Load array data from file

10. Loading info into Combo Box from Access data

11. Customer property data load

12. Storing Data while parsing to load as a unit

 

 
Powered by phpBB® Forum Software