I am trying to create a grid where each cell is consistently sized and the grid container takes up the full width of its parent node. For e.g., if the parent node is 200 wide, a grid container of 4 columns and 8 child nodes will have 8 cells at 50x50. This is for an inventory system if that helps to visualise. I've played around with all of the settings within the inspector with no luck, so perhaps GridContainer simply does not allow for this kind of behaviour? Any assistance will be greatly appreciated!