c# - datagridview pans on clicking a cell -


i have winforms application has datagridview control. now, when click on cell in datagridview control, view shifts/pans datagridview control, such cell selected more or less in centre of screen. there way disable this? users find irritating.

the data gridview needed show colour codes (i.e. no text) , tooltips each cell. have tried

datagridview1.enabled = false; 

this solves problem, however, can no longer view tooltip text. there other work-around? possible prevent user clicking on cell in first place prevent this?


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -