问题 I just got problem when i'm trying to make a panel border, firstly i have set my properties panel to be: "AutoScroll = true;" then i put the border drawing codes in Panel event: ControlPaint.DrawBorder(e.Graphics, ClientRectangle, Color.Black, 5, ButtonBorderStyle.Solid, Color.Black, 5, ButtonBorderStyle.Solid, Color.Black, 5, ButtonBorderStyle.Solid, Color.Black, 5, ButtonBorderStyle.Solid); actually i still got a second problem and i will explain it all here.. I hope you don't mind. well,