0
Answered
How to disable Static List scrolling
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
Customer support service by UserEcho
Hello.
Example:
IR.GetPage ("Page 1").GetItem ("Item 1").ScrollEnabled = 0;