-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the TreeView.SelectedItem binding logic.
There were many situations where the code would fail, it also accessed private methods. Automating the ScrollViewer seems much simpler than messing around with the ItemContainerGenerator internals.
- Loading branch information
pudding
committed
Jan 28, 2024
1 parent
17110f8
commit d8c9f1b
Showing
4 changed files
with
35 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
199 changes: 0 additions & 199 deletions
199
FoxTunes.UI.Windows/Extensions/TreeView_EnsureSelectedItemVisible.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters