Is there anyway at all to be able to resize the layout at runtime? I can understand not being able to do so with the window size, but I'm not sure why it can't be done for the layout? I'm asking, because, as with another question I posted recently, I'm using arrays for my level data, and i'd like to have the freedom to be able to make an array at whatever size I want, and have the layout automatically resize to fit the dimensions it would need based on my tile resolution. Any ideas?