hqu666 / M3UPlayer

0 stars 0 forks source link

プレイリスト複数レコード選択 #10

Closed hqu666 closed 2 years ago

hqu666 commented 2 years ago

public List SelectedPlayListFiles { get; set; }で MyView.PlayList.SelectedItemsをBindingできなかった

SelectedIndexのセッターで1メンバーづつ代入する

hqu666 commented 2 years ago

現行のselecteedItem( PLListSelectedItem )と差し替え 20220228:全数に至らず

hqu666 commented 2 years ago

削除 20220228:先頭しか認識されない時がある (2回目は正常)

SelectedPlayListIndexで

hqu666 commented 2 years ago

移動:PlayListItemMoveTo

hqu666 commented 2 years ago

PlayList_MouseMove で ドラッグ中とそれ以外の処理 ・複数選択の停止

hqu666 commented 2 years ago

PlayList_MouseUp で 

hqu666 commented 2 years ago

複数選択はできて単選択できない

hqu666 commented 2 years ago

ファイルDropとの区分 コードビハインド側がファイルに反応する

hqu666 commented 2 years ago

ファイルドロップ後のダイアログクローズ ShowFileDlog;OpenFileDialog ShowFolderDlog;CommonOpenFileDialog

閉じる方法が不明なのでメッセージのみ表示

hqu666 commented 2 years ago

リスト変更後の保存指定

hqu666 commented 2 years ago

アイテムの削除