BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query |
Details | |
When I set the selected item via the binding to SelectedTreeItem, in some cases it keeps other items selected as well. I've tired clearing the selected items collection but it seems to keep multiple items selected. |
You can resolve this issue by modify the code with below code snippet.
Please refer the below modified sample for your reference.
| |
The style when I set the selected item via two way binding is different than when I select it from the TreeViewAdv control. I need these to be the same. |
We can able to see the reported problem in our end. We suspect, when select the item using the two way binding the selected background value is taken from the default style. You can resolve this issue by overriding the control template in App.Xaml file. Otherwise you can customize the item style by setting the item container style. Please refer the below UG and kb documentations for your reference.
|