c# - Is there any way to make sure the DataGridView columns stay the same size on high-resolution displays? -


i have datagridview after deployed on systems columns small, on high resolution laptops. there way make sure columns stay same size?

the datagridview same size last 2 columns shrink, , therefore not usable.

check last 2 column's property, may set "fill" in autoresizemode (under layout). change "displayed cells" or "column header".


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -