Combo List Box

Ask general questions here.
conanlive
Posts: 5
Joined: Tue Mar 10, 2009 6:42 pm

Combo List Box

Post by conanlive » Sat Jun 06, 2009 8:57 am

Element[] elementNames = controlElement.FindChildren(Role.Cell, elementName);

This method is so slow if there are thousand array elements.
Any faster way? Thanks!

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Post by Support Team » Sun Jun 07, 2009 10:18 pm

Please set the StaticProperties of the Element class to true if the properties are static.

This can speed up the search operation.

Jenö
Ranorex Team