Screen Refreshing

  • Thread starter Thread starter Krzysztof Kazmierczak
  • Start date Start date
K

Krzysztof Kazmierczak

Hi All!

How can i avoid from screen refreshing. I have that
effect when i add some nodes to TreeView control. Is
there something like VB's Screen.Refreshing = false
in .NET CF?

Thanks for any help!
Kind regards
Krzysztof Kazmierczak
 
Take a look at the TreeView.BeginUpdate and TreeView.EndUpdate. These
methods prevent the TreeView control from painting.
 

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

Back
Top