Hi all. I need to click on ListView item based on its name not based on its position/index. I was not succesful with method FindChild because item is not visible on screen. It is necessary to scroll down to see it. In wItemCount is real number of ListView items not only visible ones. If I click on ListView item base on its position then it works, but I need to click on it based on its name. Do you have any idea how to solve this ?
↧