Static Public Member Functions

static void StartScroll (UIEvent e)
 This gets called when the element is clicked on. It's onmousedown points at this method. More...
 
static void ScrollNow (UIEvent e)
 Called when the element scrolls. More...
 

Static Private Attributes

static int StartY
 The starting point for the scrolling. More...
 
static Element Scrolling
 The element currently being scrolled. More...
 

Member Function Documentation

static void DragScroller.ScrollNow ( UIEvent  e)
inlinestatic

Called when the element scrolls.

static void DragScroller.StartScroll ( UIEvent  e)
inlinestatic

This gets called when the element is clicked on. It's onmousedown points at this method.

Member Data Documentation

Element DragScroller.Scrolling
staticprivate

The element currently being scrolled.

int DragScroller.StartY
staticprivate

The starting point for the scrolling.