I’d like the window width to change as I am resizing my browser window. Just as flexbox would be able to do.
I tried:
mygrid.enableAutoWidth(true);
But this doesn’t do it ‘on the fly’ as the guide suggests. I need to reload the page for it to work. It’s also not ‘pro’, so does anyone know why this wouldn’t work?