MobileForms Toolkit Documentation

SmartGrid.Scroll Event

Fires when control is scrolled.

public event ScrollEventHandler Scroll;

Event Data

The event handler receives an argument of type ScrollEventArgs containing data related to this event. The following ScrollEventArgs properties provide information specific to this event.

Property Description
Edge  
Mode  
Type  

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace