CardsGridViewPrivate minor improvement
Don't use 'parent' keyword to read property from GridView (delegates parent). This causes problems when parent doesn't return a GridView object and makes unnecessary warnings in the log.
Edited by Matej Starc