Beispiel #1
0
 /// <param name="scroller">The scroller to prefetch</param>
 /// <param name="settings">This map contains minimum and maximum pixels to prefetch near the view port.  minLeft: minimim pixels to prefetch left to the view port maxLeft: maximum pixels to prefetch left to the view port minRight: minimim pixels to prefetch right to the view port maxRight: maximum pixels to prefetch right to the view port minAbove: minimim pixels to prefetch above the view port maxAbove: maximum pixels to prefetch above the view port minBelow: minimim pixels to prefetch below the view port maxBelow: maximum pixels to prefetch below the view port </param>
 public Prefetch(qx.ui.virtualx.core.Scroller scroller, object settings)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void SetScroller(qx.ui.virtualx.core.Scroller value)
 {
     throw new NotImplementedException();
 }