I plan to create a datagridview that will only have about 10 rows max. It will get updated at regular intervals and I want for it to have nice effects where each row will have it's opacity increased to full, the first row being the first and the last row becoming fully opaque at the end.
Do you know how to edit the opacity of a datagridview row?
Is it possible because I don't think the rows have an opacity property?