i have a problem with refreshing a datagridview.
so i have an unbound datagridview that is not enabled.
rows are added when a button is clicked.
this works the first time, but when i click the button again, the new rows are not all displayed, only the rows that fit the size of the datagridview are shown, but when i resize my form, that's when all the rows are displayed. i think this may be a repaint problem but i don't know the proper code to solve this.
i can enable the datagridview before i add the rows, but i'd like to know if there's another way.
thank you...