PDA

View Full Version : .net control Refresh Problems


Unregistered
December 23, 2002, 15:27:37
I have placed the textcontrol on a form with the dock property set to fill. When the form is resized by the user, the text does not always properly refresh. (I get double lines, or repeated text).


This message was originally posted by Haim Katz in the old TX Text Control Support Forum.

Christopher Krause
December 23, 2002, 17:15:49
Hi Haim,

You only have to refresh the TextControl in the resize event:


TextControl1.Refresh()


Regards,
Christopher Krause, TX Text Control


This message was originally posted by Christopher Krause in the old TX Text Control Support Forum.

Unregistered
December 24, 2002, 20:38:03
Sorry, but this should be done by the control automatically. Yes there is a work around, but it is a bug.


This message was originally posted by James Hancock in the old TX Text Control Support Forum.