Natasha_2012
9 years agoContributor
How to select invisible row on the screen of a TreeView Object
Hi Community
I have a treeview object which has 30 rows. But my screen can display only 5 rows. How can I select those invisible row
I have tried these following but they are all failed. Error Unable to find the object SelectItem/ClickItem
- Call treeViewObj.SelectItem( rowIndex , 0)
- Call treeViewObj.Clicktem( rowIndex , 0)
I also have tried Call rowObj.Click()-> error "The action may be performed incorrectly, because the control is disabled. There was an attempt to perform an action on a zero -sized window"
Attached here is the snapshot of the properties for my row object and my treeview object