Hi, i'm having a strange problem here. I have a big datagridview with like 2000 rows. If I freeze the first rows, no problem, the row will be frozen and i'll be able to scroll through the other entries.
However, if I scroll down to the 100th entry for example, and freeze it, the scrollbar will disappear, and it will bring me to the beginning of the data grid..
Is it possible to fix this bug?
(On right click of a row)
_dgProducts.Rows[_dgProducts.CurrentRow.Index].Frozen = true;
However, if I scroll down to the 100th entry for example, and freeze it, the scrollbar will disappear, and it will bring me to the beginning of the data grid..
Is it possible to fix this bug?
(On right click of a row)
_dgProducts.Rows[_dgProducts.CurrentRow.Index].Frozen = true;