Question about scrolling:
Could anyone briefly explain how to freeze the top search bar and allow everything below it to scroll freely…? I can’t figure it out for the life of me (new user here).
Thank you in advance ![]()
The trick is to use a Floating Group as your app bar instead of the native app bar.
If your page/view type is ‘Vertical List’:
That should do it.
I had success following this same advice. I will say for mine a still used the top app bar, but margined the floating group below it.
The one problem with removing the fixed width constraints is it will tend to look odd on widescreen layouts (iPad) I think.
@Camron - I can’t thank you enough for the clear explanation and solution!!! ![]()
You’re most welcome!