ScrollManager.EnsureColumnIsVisible(Int32, Boolean, 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 EnsureColumnIsVisible(int nColIndex, bool bMakeFirstFullyVisible, bool bRedraw);
public void EnsureColumnIsVisible (int nColIndex, bool bMakeFirstFullyVisible, bool bRedraw);
member this.EnsureColumnIsVisible : int * bool * bool -> unit
Public Sub EnsureColumnIsVisible (nColIndex As Integer, bMakeFirstFullyVisible As Boolean, bRedraw As Boolean)
Parameters
- nColIndex
- Int32
- bMakeFirstFullyVisible
- Boolean
- bRedraw
- Boolean