mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-04 10:34:59 +00:00
fix: TreeView
do NOT support NavigationMethod.Direction with invisible nodes (#391)
This commit is contained in:
parent
71d36698f8
commit
af6d2cc725
3 changed files with 93 additions and 6 deletions
|
@ -42,6 +42,7 @@
|
|||
ScrollViewer.VerticalScrollBarVisibility="Auto"
|
||||
Loaded="SetupTreeViewDragAndDrop"
|
||||
LostFocus="OnTreeViewLostFocus"
|
||||
SelectionChanged="OnTreeViewSelectionChanged"
|
||||
KeyDown="OnTreeViewKeyDown">
|
||||
<TreeView.ContextMenu>
|
||||
<ContextMenu>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue