Example #1
0
 public ScrollHandler(ITableView tableView)
 {
     this.mTableView                 = tableView;
     this.mCellLayoutManager         = tableView.GetCellLayoutManager();
     this.mRowHeaderLayoutManager    = tableView.GetRowHeaderLayoutManager();
     this.mColumnHeaderLayoutManager = tableView.GetColumnHeaderLayoutManager();
 }
Example #2
0
 public ColumnSortHelper(ColumnHeaderLayoutManager columnHeaderLayoutManager)
 {
     this.mColumnHeaderLayoutManager = columnHeaderLayoutManager;
 }