0
Beantwoord

How to disable Static List scrolling

Ivan M. 5 jaar geleden in Tips and Tricks bijgewerkt door Vladimir Ovchinnikov (expert) 5 jaar geleden 2

Hi to all,

I'd like to disable the manual scrolling in Static List object, but I can't see any option that can do the work. If I set to False the "Active" property then the objects inside the list are disabled too.

I already tried to add a listener via script but it seems not to work.

I use the Static List dinamically via script to populate it with popup objects.So I can't change the list type.

Any idea or workaround?

Thank you

GOED, IK BEN TEVREDEN
Satisfaction mark by Ivan M. 5 jaar geleden
+1

Hello.

Example:

IR.GetPage ("Page 1").GetItem ("Item 1").ScrollEnabled = 0;