WPF の TreeView で任意の項目が表示されるようにスクロールする

というネタを見つけたのでやってみます。久しぶりの WPF ネタ!因みにせっかくなので .NET Core 3.0 Preview 7 で VS2019 Preview 使ってやってみます。 表示用データはこれ! using System; using System.Collections; using System.Collections.Generic; using System.Text; namespace TreeViewScrollSample { public cl…