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.
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
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
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
I have created a sample app for the mentioned use case, let me know if this is what you are looking for??
Benjith Sam wrote: