After Scrolling vertically datagridview repaints and flicker
Hi All,I have Developed a windows application which has datagridview . Through the query i am populating all the records in it. I have set the scroll bar property to true. but when i try to scroll , the datagridview flicker and repaints , not able to scroll smoothly .According to google for such problem we have to set doublebuffer to true and put a method for setstyle property also I did that but still my datagridview not able to respond when i try to scroll.
Please Help me out in this ASAP !!!