dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

Vertical Scroll Bar Flickering #36

Open Prakash19921206 opened 7 years ago

Prakash19921206 commented 7 years ago

Hi in winform, i added metroTabControl, in metroTabPage i made AutoScroll : true. in metroTabPage i added a tableLayoutPanel (Dock: Top) i increased the tableLayoutPanel's height way higher than metroTabpage. now when i run the app, i see vertical scroll bar, as i slowly move this scroll bar it flickers up & down a lot. how to fix this?

Thanks