Does any here have experience implementing Flexbox in Web 2.0? I would really like to have that responsive behaviour in my webapps. But, before I jump in to try to enable Flexbox, I was wondering if anyone else had already tried it, and if so, any tips would be greatly appreciated.
It’s built in. Just make a web page or container and set its layout to “Flex”. Items will need to be added programmatically.
Greg, thanks a million. I have been trying to implement something similar to Flexbox, for months now. All because I was stuck in using web1.0, but after reviewing Xojo’s latest revions, it seems time is ripe to jump in.
There will be a learning curve to cover, especially about Bootstrap. That is a new one for me.
Once again, your simple yet very effective answer was very helpful.