Thumbnail of post image 036

C#,WPF

ファイルをドラッグ&ドロップする処理を実装したい。 という要望が私の中にあったので書きまし ...

Thumbnail of post image 075

C#,WPF

ListBoxへのObservableCollectionのBinding手順をよく忘れる ...

Thumbnail of post image 131

C#,WPF

TabControlのSelectionChangedイベントがタブ以外のコントロールを操 ...

Thumbnail of post image 050

C#,WPF

WPFでStreamGeometryを使って直線を描画していると、ときどき直線が表示されな ...

Thumbnail of post image 051

C#,WPF

まずは手順から。WPFで文字列のサイズを取得する方法です。 XAML側 <Windo ...

Thumbnail of post image 067

.NET Core,C#,WPF

いまさら感は気にせずにまとめます。 インストール まずはVisual Studio 201 ...

Thumbnail of post image 177

C#,WPF

メニューが開かれたときには設定を解除しないといけない案件がありました。メインメニューとコン ...

Thumbnail of post image 147

C#,WPF

たまに使うと忘れているので書いておきます。何も考えずにListBox.SelectedIt ...

Thumbnail of post image 144

C#,WPF

ContextMenuに3つの状態を遷移するチェックボックスを付けたくなりました。標準のM ...

Thumbnail of post image 024

C#,WPF

RelativeSouceとConverterの設定をXamlで書けないときがあって、少し ...

Thumbnail of post image 172

C#,WPF

StreamGeometryで破線の描画をしたくなったのですが、Penオブジェクトへの設定 ...

Thumbnail of post image 149

C#,WPF

ListBoxからListBoxItemを取る方法を聞かれて、サンプルを作ったのでそのまま ...