Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リストボックスには画像が含まれ、リストボックスに割り当てられたオブジェクトには対応する wmv ファイル パスがあります。{binding} を使用して、選択したパスをメディア要素にバインドする方法。
ギータ。
ElementName を使用してバインド ソースをリスト ボックスに設定し、SelectedItem のプロパティにバインドできます。
<ListBox Name="imageListBox" ... /> <MediaElement Source="{Binding ElementName=imageListBox, Path=SelectedItem.WmvPath}"/>