MakeVisible Method (IListItem)
Makes an item in the list visible.
Remarks
When weblist items are loaded dynamically, this method might return unexpected results.

C# Syntax

void MakeVisible( 
   string xPath,
   double timeOut
)

Parameters

xPath
The xPath value of the control to press to make the item visible in the list.
timeOut
Optional. The amount of time to wait for the item to become visible. Default is 20 seconds.