BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi
I'm using syncfusion v:20.4.0.38 in visual studio 2022 - .Net6
I have 2 questions about scroll bars and the anchoring diagram
1) I want my diagram to have auto scrolls which means If a node dropped near the boundary of the diagram control automatically scrollBars appear and the user can scroll NOW but Not Before this! How can I do this???
p.n. : I have my custom diagram.edd file loading with this document size (W:671,H:150) and when add diagram to form programmatically with this size to
(W:671,H:150)
2) I'm adding my diagram control to a flow layout panel on form - flow layout panel anchored to form correctly
But the problem is when I maximize or resize the form diagram does not resize with flow layout panel and remains constant !!
I want to anchor the Diagram to the Flow layout panel! how do I achieve this?
thanks a lot!
Hi Mohammad,
Sorry for the delay in getting back to you.
We are currently validating on your requirement and will provide you with an update no later than the end of the day.
Regards,
Prakash
Hi Mohammad,
Please find the response for your queries.
Query |
Response |
|
Diagram to have auto scrolls if a node dropped near the boundary of the diagram control |
AutoScrolling functionality can be enabled by using the code below.
If we have misunderstood your requirement, please provide us with more details or an image representation for your requirement.
|
|
Resize diagram when maximize or resize the form along with flow layout pane. |
We have achieved your requirement by updating the diagram size relatively in the Form_Resize event.
|
Regards,
Prakash