I have a datagridview I am trying to freeze the last row which contains totals. Using DataGridView.Rows[DataGridView.Rows.Count-1].Frozen = true; will freeze all rows, Is there a way to Just freeze the last row so it is always visible?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.