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
Post a Comment