Add "zoom level" control to a mashup?

Sort:
You are not authorized to post a reply.
Author
Messages
Laura
Basic Member
Posts: 19
Basic Member
    Does anyone know if there is a way to add a zoom level control to a mashup component, such as a web browser?  I don't need to see the website at 100%, 75% would be fine.  But despite my searching, I haven't been able to find anything.  Hopefully someone here will be able to help

    Thanks!
    Patrick Dowd
    Advanced Member
    Posts: 25
    Advanced Member
      Probably not possible, at least not very easy. This would have to be coded within the .xaml if it's possible.

      Perhaps you could start by doing a Google search relating to setting the zoom property for a WPF WebBrowser control.

      Pat

      Karin
      Veteran Member
      Posts: 57
      Veteran Member
        Hi,
        Even if it is possible to apply a render transform to the web browser it will not give the desired affect as it will affect layout calculations becuase the transformed is applied after layout.
        Check my example. Make sure you get the ShowGridLines=true so that you can see what my grid looks like.

        Example attached.
        Attachments
        Regards Karin http://smartofficeblog.com
        You are not authorized to post a reply.