예제 #1
0
 public override void OnInitializeTableSource()
 {
     dropSource       = new DropItemSource(SupportItemList, SupportView, HeightOfRow, this, SupportView.IsAllowMultiSelect);
     tableView.Source = dropSource;
 }
예제 #2
0
 public virtual void OnInitializeTableSource()
 {
     dropSource       = new DropItemSource(SupportItemList, SupportView, HeightOfRow, this);
     tableView.Source = dropSource;
 }