Coder Social home page Coder Social logo

Comments (4)

abdou31 avatar abdou31 commented on June 8, 2024 1

@paulushub , I solved my problem , thank you for your support , however , I've added the code the OnPageSized event in the PageLoad event , and the zoom issue of loading is solved now.

from sharpvectors.

paulushub avatar paulushub commented on June 8, 2024

@abdou31 Your application structure is not very clear.
For instance, this line myviewBox.Children.Add(drawingPage); suggests you are adding a Page object to a Viewbox control, which is not normally done.

Please can you post a simple sample application to demonstrate your use case?

from sharpvectors.

abdou31 avatar abdou31 commented on June 8, 2024

I can't post the hole code , but I will explain to you .

The drawingPage is a UserControl that have the svgPath and zoomPanControl , this user control will be loaded in another UserControl called DisplaySvg , in particular , it will be added to a ViewBox , when I do the resize to the window , the drawingPage follow the resize and have a new width and height in every firing of the event OnPageResizing and this is good , I will have the svg filled to the parent window .

The problem is that when I redraw the svg , I have some parameters of paths to change for example in Combobox .

And when I do a new redraw , I didn't get the scale behavior to the parent window , the SVG will be in small size .

Have you any idea to resolve this?

from sharpvectors.

paulushub avatar paulushub commented on June 8, 2024

I can't post the hole code , but I will explain to you .

With WPF, I thought it will be easy to create a simple demo application and attach it for discussion, without having to post your actual application codes.
Trying to create a memory visual image of your use case from the description will be time consuming and difficult.

from sharpvectors.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.