示例#1
0
 /// <summary>Move CurrentItem to this index</summary>
 public override bool MoveCurrentToPosition(int position)
 {
     //
     // If the index is out of range here, I'll let the
     // ProxiedView be the one to make that determination.
     //
     return(ProxiedView.MoveCurrentToPosition(position));
 }