Web design is constantly evolving. Each year, new features are introduced to HTML, CSS and JavaScript. New page design trends emerge along with new style guides. AppStudio 6 has a number of changes to bring AppStudio development up to date with current best practices.
Responsive Web Design allows your apps to change how they display depending on screen size. Most new web development is based on RWD. AppStudio 6 has enhancements to better use RWD.
The position property, in Form Properties, is key to this. Its setting determines how controls are positioned on a form.
There are three useful settings: absolute, static and relative. (fixed is included for completeness, but not currently used by AppStudio).
Let’s discuss the differences and advantages of each.