0
Answered

How to disable Static List scrolling

Ivan M. 5 years ago in Tips and Tricks updated by Vladimir Ovchinnikov (expert) 5 years ago 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

GOOD, I'M SATISFIED
Satisfaction mark by Ivan M. 5 years ago
+1

Hello.

Example:

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