Skip to content

910857 - How to add a new button to the vertical toolbar of the WPF PdfViewer #58

New issue

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

Merged
merged 2 commits into from
May 30, 2025

Conversation

Dhileep4290
Copy link
Collaborator

Description:

  • Added sample to add buttons in the vertical toolbar

@Dhileep4290 Dhileep4290 requested a review from Vikassekar May 28, 2025 04:56
button1.Margin = new Thickness(0, 8, 0, 8);
button1.Width = 30;
button1.Height = 25;
button1.Content = "Btn1";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of content mention "B2"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mentioned as B1

button2.Margin = new Thickness(0, 4, 0, 8);
button2.Width = 30;
button2.Height = 25;
button2.Content = "Btn2";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mention B2

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mentioned the content as B2

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Syncfusion.Compression.Base" version="29.2.7" targetFramework="net48" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we have mentioned version for all the package?

Copy link
Collaborator Author

@Dhileep4290 Dhileep4290 May 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modified the package version to "*"

@Vikassekar Vikassekar merged commit aa8f21c into master May 30, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants