Group: Forum Members
Last Active: 12 Years Ago
Posts: 127,
Visits: 1
|
hello
i use nuidocument to host my usercontrol when resize some flicker some not...
one Usercontrol is just a webbrowser host in usercontrol.
i have already put doublebuffer for the control, but did not help.
thanks
|
Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hello JSW W., Could you send us the source of the control that flickers to reproduce the problem, because when we put a Browser in a user control and set this control as a Child of NUIDocument, the control behaves normally when is resized? Thanks.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 13 Years Ago
Posts: 4,
Visits: 1
|
Are you using SuspendLayout/ResumeLayout calls during the resizing? It seems that many of these controls flicker a lot during painting/resizing/moving. The SuspendLayout/ResumeLayout helps in some cases.
|