cancel
Showing results for 
Search instead for 
Did you mean: 

Fix the position of a button so that on scrolling down it is still visible

Former Member
0 Kudos

Hello Experts.

We have a requirement where we want a button (or lets say any UI element) to be fixed just like we fix some columns of a table so that they don't move on scrolling.

Our case is that on page down, or scrolling down, the UI element should always be visible.

Is it possible to achieve this?

Accepted Solutions (1)

Accepted Solutions (1)

former_member182190
Active Participant
0 Kudos

Hi Shishir,

You can try to achieve this functionality this way if I have got you correct..

Create a Page header and put your button in it.

Create a viewcontainer below the Page header and embed the view you wanna see.

Hopefully the Pageheader will be fixed.

Regards,

Ismail.

Former Member
0 Kudos

Thanks Ismail. But I have already tried that. Even page header is not fixed.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You could try to add a scroll container to your view and embed the view that is allowed to be partially displayed into it.

Regards,

Jos

Former Member
0 Kudos

Doesn't work Jos. Or may be I did not understand clearly what you are trying to say.

I made a new Scroll Container, and embedded my view into it. I want that view to be ALWAYS visible irrespective of VERTICAL scrolling!