Windows forms Form shaking while rendering child form inside
hi i am using windows forms..i 开发者_StackOverflowhad taken parent form and placed a link in main form and while clicking on the particular link the child form should be accessed but the header and left menu will remains same from main form and the middle block(i.e child form) is changed.I kept form border style to none of the child form.My problem is while clicking on the link the child form...form border style is displayed and it is hidden(like flash it is displayed for a second and dissapear).while clicking on the link the form border style should not disply...
thanks in advance..........
Have you called Control.SuspendLayout() and Control.ResumeLayout() ?
精彩评论