Page 1 of 1

Static Header

PostPosted: 07 Feb 2019 03:51
by DelphiStudent
I'd configured JQMpageHeader,
I set caption, and left and right buttons.

Inside RegionContent, I put several components like labels and edits.

This makes to the user to scroll down the page to reach the last button (bottom align).

There is a way to make the header static while the user scrolls the content region??
with "header static" I mean that the header frame being always visible at the top of the screen , no matter the content region scroll position is.

Thank you.

Re: Static Header

PostPosted: 08 Feb 2019 17:08
by Alexander Bulei
Hi DelphiStudent,

Check the JQMHeaderOptions, you will find the Position property.

Best Regards.