using
namespace
{
InitializeComponent();
}
panel1.Location =
timer1.Interval =100;
timer1.Enabled =
timer1.Start();
panel1.Dispose();
timer1.Stop();
}The problem is while the panel moves the scrolling is not smooth.Seems to have flickering,some sort of a difficulty in movingPlease do help me out