ScrollManager.EnsureRowIsVisible(Int64, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void EnsureRowIsVisible(long nRowIndex, bool bMakeRowTheTopOne);
public void EnsureRowIsVisible (long nRowIndex, bool bMakeRowTheTopOne);
member this.EnsureRowIsVisible : int64 * bool -> unit
Public Sub EnsureRowIsVisible (nRowIndex As Long, bMakeRowTheTopOne As Boolean)
Parameters
- nRowIndex
- Int64
- bMakeRowTheTopOne
- Boolean