Thumbnail of post image 114

C#,WPF

最近WPFのパフォーマンスチューニングに勤しんでいます。 300,000個ほどのオブジェク ...

Thumbnail of post image 152

C#,WPF

前回に引き続き、もうちょっとWriteableBitmapを使ってみます。 今回はScro ...

Thumbnail of post image 095

C#,WPF

最近はWPFの描画速度と戦っています。 描画はWriteableBitmapを使うのが最速 ...

Thumbnail of post image 097

C#,WPF

マウスオーバーしている領域によって受け付けるファイルを変えたい。 ついでにドラッグしている ...

Thumbnail of post image 188

C#,WPF

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

Thumbnail of post image 047

C#,WPF

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

Thumbnail of post image 134

C#,WPF

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

Thumbnail of post image 057

C#,WPF

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

Thumbnail of post image 131

C#,WPF

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

Thumbnail of post image 066

.NET Core,C#,WPF

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

Thumbnail of post image 125

C#,WPF

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

Thumbnail of post image 111

C#,WPF

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