ニュース

翔泳社では、「独習」「徹底入門」「スラスラわかる」「絵で見てわかる」「一年生」などの人気シリーズをはじめ、言語や開発手法、最新技術を解説した書籍を多数手がけています。プロジェクトマネジメントやチームビルティングといった管理職向けの ...
第5回:フォルダ内の楽曲を読み込んでListViewに表示させる mp3ファイルに書き込まれた情報を読み取るためにTagLibを使用します。 プロジェクト > NuGetパッケージの管理 から TagLibSharp と検索してインストールするだけです。 下側のものをインストールしました。
Describe the bug When using a ListView with TextBox items and enabling the On-Screen Keyboard (OSK) setting, focusing on an Entry causes the keyboard to appear, but the focused Entry is hidden behind ...
先にMainWindowViewModel.csとMainWindow.xamlの完成形を貼ります。 解説と合わせてご確認ください。 前回まででListViewにフォルダ内の楽曲を一覧表示できるようになりました。 再生ボタンの処理を変更して、ListViewで選択した楽曲を再生できるようにします。 MvvmLight ...
In .NET Framework 4.7.1 and earlier versions, WPF `System.Windows.Controls.TextBox` and `System.Windows.Controls.PasswordBox` could only render a text selection in the Adorner layer. In some system ...
The ListView is the most powerful of the DataView controls and the hardest to work with. Here's how to minimize the pain while getting all the benefits.
I'm working on my first WPF app and I'm stuck on something that shouldn't be so difficult.Basically I've got a List (actually ObservableCollection) of strings. I've got a ListView with a GridView ...