DataGridViewCellButton will flick when cklicked !!!
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi all i have write a class with the name : DataGridViewImageButtonCell that will inherited from DataGridViewButtonCell the main problem is: DataGridViewCellButton will flick when cklicked what should i do in order to prevent this problem! bay the way at the end of pain() method it will call ButtonRenderer.DrawButton(graphics, buttonArea, buttonImage, imageArea, false, PushButtonState.Normal); to draw my button i checked its paint() method to increase its performance but that`s not the case any suggestion ?