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

  • Home
  • SEARCH
  • 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 440137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T20:50:33+00:00 2026-05-12T20:50:33+00:00

Has anyone seen a good template for a Office 2007 style zoom slider? As

  • 0

Has anyone seen a good template for a Office 2007 style zoom slider?

As shown in this picture
alt text http://www.theexceladdict.com/images/zoom_controls_excel_2007_2003.jpg

  • 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-12T20:50:34+00:00Added an answer on May 12, 2026 at 8:50 pm

    Something like this would be very easy to create.

    First create a button style:

      <Style x:Key="ZoomIncreaseDecreaseStyle" TargetType="{x:Type RepeatButton}">
        <Setter Property="OverridesDefaultStyle" Value="true" />
        <Setter Property="IsTabStop" Value="false" />
        <Setter Property="Focusable" Value="false" />
        <Setter Property="Template">
          <Setter.Value>
            <ControlTemplate TargetType="{x:Type RepeatButton}">
              <Grid>
                <Ellipse Stroke="Gray" x:Name="Ellipse">
                  <Ellipse.Fill>
                    <RadialGradientBrush ... />
                  </Ellipse.Fill>
                </Ellipse>
                <ContentPresenter HorizontalAlignment="Center" VerticalAlignment="Center" />
              </Grid>
              <ControlTemplate.Trigger>
                <Trigger Property="IsMouseOver" Value="true">
                  <Setter TargetName="Ellipse" Property="Fill">
                    <RadialGradientBrush ... />
                  </Setter>
                </Trigger>
              </ControlTemplate.Trigger>
            </ControlTemplate>
          </Setter.Value>
        </Setter>
      <Style>
    

    Then modify the ControlTemplate in Blend (create copy), and add something like this around the <Grid>:

      <DockPanel>
        <RepeatButton
          DockPanel.Dock="Left"
          Command="{x:Stastic Slider.DecreaseLarge}"
          ControlTemplate="{StaticResource ZoomIncreaseDecreaseStyle}">
          <Path Data="{StaticResource MinusGeometry}" />
        </RepeatButton>
        <RepeatButton
          DockPanel.Dock="Right"
          Command="{x:Stastic Slider.IncreaseLarge}"
          ControlTemplate="{StaticResource ZoomIncreaseDecreaseStyle}">
          <Path Data="{StaticResource PlusGeometry}" />
        </RepeatButton>
    
        <Grid>
          ...
    

    You can play with the button stroke color, gradient fill, and the + and – paths to get it the way you want it. I assume the actual Office 2007 buttons are copyrighted so you probably won’t be able to copy them too closely without infringing. But this will give you something visually very similar.

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

Sidebar

Related Questions

Has anyone seen a good twin slider control for .Net (Win forms or WPF).
Has anyone seen this error when working with a PHP application out of dynamic
Has anyone seen this: ?? No jgem command works at all?? Though jruby -S
Has anyone ever seen this? I don't how to expand on this. It's the
Has anyone seen a good tutorial on Open Packaging Conventions and the System.IO.Packaging namespace?
Has anyone seen JavaMail not sending proper MimeMessages to an SMTP server, depending on
Has anyone seen rendering glitches with Papervision? Please seee the flash movie at http://www.mapopolis.com/test/
Has anyone seen an open-source library that produces charts similar to Github.com's commit timeline
Has anyone seen or compiled benchmarks comparing declarative (XML) versus programmatically created UI's in
Has anyone seen any image deskew algorithms in c#? I have found: http://www.codeproject.com/KB/graphics/Deskew_an_Image.aspx but

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.