We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
通过界面选择TreeView的Node,被选择的Node有深色背景表示被选中,同时触发SelectedItemChanged事件; 通过代码设置TreeViewItem.IsSelected=true,会触发SelectedItemChanged事件,但是被选择的Node有没有深色背景,在界面上无法看到当前选中的状态。
The text was updated successfully, but these errors were encountered:
Fix issue (#152, #153 )
8e7b542
Fix issue (#152 )
d75588a
yanjinhuagood
No branches or pull requests
通过界面选择TreeView的Node,被选择的Node有深色背景表示被选中,同时触发SelectedItemChanged事件;

通过代码设置TreeViewItem.IsSelected=true,会触发SelectedItemChanged事件,但是被选择的Node有没有深色背景,在界面上无法看到当前选中的状态。
The text was updated successfully, but these errors were encountered: