| MobileForms Toolkit Documentation |
|
OutlookWeekCalendar.EnsureVisible Method (Int32, Boolean)
Scrolls the control to ensure that chosen row is visible.
public
void EnsureVisible(
int anIndex,
bool aRefresh);
Parameters
-
anIndex
- Index of the row to display.
-
aRefresh
- Set this argument to true, when you need refresh of screen.
Remarks
This method will scroll the control so the row with the desired index is displayed on the screen.
See Also
OutlookWeekCalendar Class | Resco.Controls.OutlookControls Namespace | OutlookWeekCalendar.EnsureVisible Overload List