예제 #1
0
 void ListView_Reordered(object sender, CListView.ReorderEventArgs e)
 {
     this.Playlist.Reorder(e.Position, e.Indexes, e.NewPosition);
 }
예제 #2
0
 public Overflow(CListView listView)
 {
     this.listView = listView;
     this.Paint   += Overflow_Paint;
 }
예제 #3
0
 void ListView_ItemsDeleting(object sender, CListView.ReorderEventArgs e)
 {
     this.Playlist.Delete(e.Indexes);
 }
예제 #4
0
 public Overflow(CListView listView)
 {
     this.listView = listView;
 }