datagridview not showing data
I am using a custom object that implements IList:
https://github.com/PhillBenoit/KeyboardGame/blob/master/KeyboardGameV2/src/Scoreboard.cs
I set the data source as the form opens:
https://github.com/PhillBenoit/KeyboardGame/blob/d3d282c948a19f21e20fda36617389ebd4c0ceb4/KeyboardGameV2/Form1.cs#L74
but when items are added, nothing appears:
https://github.com/PhillBenoit/KeyboardGame/blob/d3d282c948a19f21e20fda36617389ebd4c0ceb4/KeyboardGameV2/Form1.cs#L224
https://github.com/PhillBenoit/KeyboardGame/blob/master/KeyboardGameV2/src/Scoreboard.cs
I set the data source as the form opens:
https://github.com/PhillBenoit/KeyboardGame/blob/d3d282c948a19f21e20fda36617389ebd4c0ceb4/KeyboardGameV2/Form1.cs#L74
but when items are added, nothing appears:
https://github.com/PhillBenoit/KeyboardGame/blob/d3d282c948a19f21e20fda36617389ebd4c0ceb4/KeyboardGameV2/Form1.cs#L224