Hello,
The link in the previous post has been fixed.
It is not possible by default to page the Scrolling News web part, you would need to custom develop this behavior, for example by cloning and modifying the following web part:
/CMSWebParts/Viewers/Effects/ScrollingText.ascxYou should be able to achieve what you described by changing the way the pre-rendered objects are rotated in code. You can find more information about
modifying web parts in our documentation.
I should be also possible to use nested repeaters to list the news in groups of 3 and scroll through these groups. Please see
nested controls for more information.
It is possible to set continuous scrolling by setting the
Script stop time property of Scrolling News web part to 0.
Regards,
Josef Dvorak