ScrollManager.EnsureRowIsVisbleWithoutClientRedraw 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:
bool EnsureRowIsVisbleWithoutClientRedraw(long nRowIndex, bool bMakeRowTheTopOne, [Runtime::InteropServices::Out] int % yDelta);
public bool EnsureRowIsVisbleWithoutClientRedraw (long nRowIndex, bool bMakeRowTheTopOne, out int yDelta);
member this.EnsureRowIsVisbleWithoutClientRedraw : int64 * bool * int -> bool
Public Function EnsureRowIsVisbleWithoutClientRedraw (nRowIndex As Long, bMakeRowTheTopOne As Boolean, ByRef yDelta As Integer) As Boolean
Parameters
- nRowIndex
- Int64
- bMakeRowTheTopOne
- Boolean
- yDelta
- Int32