39
Views
5
Comments
Solved
Scrollbar UI
Question

Hi all,

I would like to change the scrollbar into clickable buttons. I've looked into the forge but nothing lucky so far. Is there any solution to this?


Thank you.

2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hailey Lee wrote:

Hi Benjith,

Yes, this is the exact thing that I am looking for. Would you please tell me how you did it?

Thanks. 

Hi Hailey,

Please refer the attached .oml solution file


Hope this helps you!


Regards,

Benjith Sam

ReactiveTableScroll.oml
2022-10-12 00-27-13
Ossama Ghanem
 
MVP

Hi Hailey,

You can create 2 buttons in OutSystems which trigger JS functions that scroll the container horizontally.

Check this out: http://jsfiddle.net/pGR3B/2/

Ossama

2021-02-02 11-55-27
Tushar Panpaliya

Hailey Lee wrote:

Hi all,

I would like to change the scrollbar into clickable buttons. I've looked into the forge but nothing lucky so far. Is there any solution to this?


Thank you.

 I haven't seen anything available around this out of the box. But again implementing this as a custom thing is not very hard. 


Refer to something like this: http://jsfiddle.net/Lpjj3n1e/ 


you can apply something similar to your body container and also change the offset values based on which the position is derived based on your current screen position. 


I'll try to put together a sample for you as time permits. 


Cheers,

Tushar

 

2021-03-18 21-03-15
Benjith Sam
 
MVP

Hi Hailey,

I have created a sample app for the mentioned use case, let me know if this is what you are looking for??


Regards,

Benjith Sam

UserImage.jpg
Kay Smith

Benjith Sam wrote:

Hi Hailey,

I have created a sample app for the mentioned use case, let me know if this is what you are looking for??


Regards,

Benjith Sam

 Hi Benjith,

Yes, this is the exact thing that I am looking for. Would you please tell me how you did it?

Thanks.

 

2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hailey Lee wrote:

Hi Benjith,

Yes, this is the exact thing that I am looking for. Would you please tell me how you did it?

Thanks. 

Hi Hailey,

Please refer the attached .oml solution file


Hope this helps you!


Regards,

Benjith Sam

ReactiveTableScroll.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.