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 6159555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:09:07+00:00 2026-05-23T21:09:07+00:00

For a project I’m working on I want to create an on-screen keyboard. So

  • 0

For a project I’m working on I want to create an on-screen keyboard. So I like to put a character on a button. But the problem with doing this is that I can’t manage to get the character in full size and centered on the button. Somehow it seems to have some space above and under the character which i don’t want in this case.

The code i use currently for a button is this:

<Button Grid.RowSpan="2" HorizontalAlignment="Left" VerticalAlignment="Top" Width="40" Height="40" VerticalContentAlignment="Center">
        <Button.Background>
            <SolidColorBrush Color="Gray" Opacity="0.3" />
        </Button.Background>

        <Button.Content>
            <Viewbox>
                <TextBlock FontSize="40" FontFamily="Monotype Corsiva" Foreground="Red" Text="i" LineHeight="20px" LineStackingStrategy="BlockLineHeight" />
            </Viewbox>
        </Button.Content>
    </Button>

The result at the moment is this;

Click

Does anybody know how to show the character in full size and centered on the button?

  • 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-23T21:09:07+00:00Added an answer on May 23, 2026 at 9:09 pm

    This will resize the text automatically with the button.

    <Viewbox>
        <TextBlock Margin="-2,0,0,0"
                   Padding="0"
                   FontFamily="Monotype Corsiva"
                   Foreground="Red"
                   Text="i"
                   LineStackingStrategy="BlockLineHeight" />
    </Viewbox>
    

    I think the character looks like it is off-centre because of the font you’re using. I adjusted the position by setting the left value of the margin to a negative value (ie: Margin="-2,0,0,0").

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

Sidebar

Related Questions

Project file here if you want to download: http://files.me.com/knyck2/918odc So I am working on
Project (id) Permission (project_id, user_id) When user's create a project, I want to ensure
Python project looks like this: setup.py README Application scripts hello.py shell_scripts date.sh From hello.py
Project: http://design.vitalbmx.com/fave/news.html When I click Add to favorites button (under main pic), in Chrome
A project I was working on has finished, so I've been moved on to
The project I'm currently working on generates 30+ warnings each time it gets build.
Project I'm working on uses jQuery. I have a series of Ajax calls being
Project Euler has a paging file problem (though it's disguised in other words). I
Project: Take Wikipedia's list of Roman consuls, put the data in a CSV so
Project Euler problem 36 states: The decimal number, 585 = 1001001001 (binary), is palindromic

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.