CardsGridView: Do not set Infinity as an int value
It would resolve into -somethingverybig and it would mess with the property's usage. Instead, get an int value that fits.
It would resolve into -somethingverybig and it would mess with the property's usage. Instead, get an int value that fits.