コード例 #1
0
ファイル: user.cs プロジェクト: krikelin/BungaSpotify-2009
 void ListView_Reordered(object sender, CListView.ReorderEventArgs e)
 {
     this.Playlist.Reorder(e.Position, e.Indexes, e.NewPosition);
 }
コード例 #2
0
ファイル: SectionView.cs プロジェクト: krikelin/SpiderView
 public Overflow(CListView listView)
 {
     this.listView = listView;
     this.Paint   += Overflow_Paint;
 }
コード例 #3
0
ファイル: user.cs プロジェクト: krikelin/BungaSpotify-2009
 void ListView_ItemsDeleting(object sender, CListView.ReorderEventArgs e)
 {
     this.Playlist.Delete(e.Indexes);
 }
コード例 #4
0
 public Overflow(CListView listView)
 {
     this.listView = listView;
 }