Hi,
I have a textbox with Multiline set. I set alternatively Visible to
false and true a lot of times. The text contained in the textbox is
also displayed in the parent control. Each time Visible = true is
called, I see that it flickers, as if the textbox was first painted
without text and then with text. It doesn't happen if the Multiline
style is not set.
Any ideas ?
Thank you
Herve
cae - 21 Jan 2005 16:00 GMT
Nobody has a hint on this one ?
Thank you
Herve
>I have a textbox with Multiline set. I set alternatively Visible to
>false and true a lot of times. The text contained in the textbox is
>also displayed in the parent control. Each time Visible = true is
>called, I see that it flickers, as if the textbox was first painted
>without text and then with text. It doesn't happen if the Multiline
>style is not set.