Hello,
I am working on PDF annotation and all the buttons (togglebutton) are bound to the appropriate annotation command of the PdfViewer, however, there seems to be some inappropriate behaviours.
The Problem:
1. When a particular annotation button is checked (selected), the appropriate annotation works but while the button is unchecked, the annotation does not switch off
2. When a particular annotation button is checked (selected) and another button is then selected, the new requested annotation is not working as it still fires the old selected annotation.
My Aim:
1. When I select a toggle button, I want to fire the appropriate annotation and when I uncheck the button, I want the annotation to switch off
2. When I select a toggle button, I want to fire the appropriate annotation and when I select another button, I want the old annotation switched off and the new one to fire.
To reproduce this problem:
VS: Visual Studio 2017
OS: Win 10 Creators Update
Target Platform: Creators Update SDK
Syncfusion Controls for UWP XAML 15.1.0.41
UPDATE: Same issue with Syncfusion Controls for UWP XAML 15.2.0.40
Also find attached the extrated XAML code for my buttons. I will really appreciate a working sample code for this as I have exhausted my workarounds and forum searches.
Attachment:
Annotation_70c754f0.zip