How to quickly launch app with slow controls?

S

Seeker

Hello,

I would like a way to quickly launch a winform application that has a slow
loading control(s) (datagrid in this case). I am working on optimizing the
datasource for the datagrid but was hoping that there was a technique
(design pattern) that I could follow that would allow me to launch the form
with placeholders that would be filled in as they became available. The main
control that I am concerned with is a datagrid and I would like for it to be
shown with all its columns and blank rows and a hourglass mouse cursor to
show the user that the screen is still rendering. And to have these controls
to smoothly fill in the screen without flicker or resizing the form. The way
I have it coded now the loading of the datagrid (which takes about 20
seconds) is blocking the rendering of the form.

thanks,
Scott
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top