Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5846063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:31:26+00:00 2026-05-22T12:31:26+00:00

Silverlight 3 now contains built in browser zoom support. The current problem I am

  • 0

Silverlight 3 now contains built in browser zoom support. The current problem I am facing is that it seems as if the Silverlight UI doesn’t update (re-render) during multiple zoom level changes involving the (Ctrl+Mouse Wheel) or (Ctrl+) and (Ctrl-). This was found when testing with the IE8 browser, on a Windows XP SP2.

At first I thought this might be a performance problem when rendering my applcation but I also managed to reproduce the same problem with only some text and a button on my page (the test xaml can be found at the end of the post). In some cases the UI stops responding (mouse over visual changes). In others the Page is responding but is not rendered for the correct zoom level.

I could implement my own zoom functionality but I think it would be better in the long run to let the browser or plugin handle the zoom features (Why code the same feature twice?). I am also considering disabling the autozoom support for the silverlight application.

After looking at a few other silverlight implementations I found that the majority of them that do not disable the autozoom have the same problem. After looking into the problem a little deeper the UI would be corrected when the browser window size has changed (as this forces the UI to update its render size which corrects the problem) or if the Page is scrolled (which also seems to send a render update to the UI). Does anyone know of a way to solve this issue or a workaround that does not involve writing custom Zooming code?

Here are the steps I used to produce the problem. (If you would like the test project I used let me know and I can email it to you.)

Step 1: Create a new Silverlight application using Visual Studio 2008.
Step 2: Add the Xaml to the main page (xaml at the end of my post).
Step 3: Run the application in IE8 using the html page and the default start page.
Step 4: Change the zoom level by using (Ctrl+mouse wheel). You may have to move the mouse wheel very rapidly till this occurs the first time. Usually zooming in then quickly zooming out.
Note: After step 4 the UI will have some of the problems I stated above. This has been produced on 6 different machines running IE8.

Xaml code for the MainPage file:

<Grid x:Name="LayoutRoot">
    <Grid.RowDefinitions>
        <RowDefinition Height="Auto"/>
        <RowDefinition Height="Auto"/>
    </Grid.RowDefinitions>
    <StackPanel Orientation="Horizontal" Background="LightGray" Grid.Row="0">
        <TextBlock Text="Testing Web Page" FontSize="16" FontWeight="Bold" 
                                                           Foreground="Green"/>
    </StackPanel>
    <Button Grid.Row="1" Content="Large Damn Button" Height="34"/>
</Grid>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T12:31:27+00:00Added an answer on May 22, 2026 at 12:31 pm

    I had the same problem and in my case the
    <param name="windowless" value="true" />
    was the solution. Min and max values aren`t requiered to get it to work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.