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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:04:44+00:00 2026-06-02T17:04:44+00:00

Is there a way to align text vertically (i.e. centered) inside a wpf button

  • 0

Is there a way to align text vertically (i.e. centered) inside a wpf button created at run time,I’ve tried:

Code Snippet

Button btn = new Button();
Style style = this.FindResource("ButtonStyle1") as Style;
btn.Style = style;
TextBlock txtTblNme = new TextBlock();
txtTblNme.Text = Convert.ToString(Tbl.SelTblNme(i));
txtTblNme.TextAlignment = TextAlignment.Center;
txtTblNme.VerticalAlignment = VerticalAlignment.Center;
txtTblNme.HorizontalAlignment = HorizontalAlignment.Stretch;
btn.Content = txtTblNme;
  • 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-06-02T17:04:47+00:00Added an answer on June 2, 2026 at 5:04 pm

    Look at the ContentAlignment properties. The default of HorizontalContentAlignment and VerticalContentAlignment on the Button should be Center already. Try setting these to Center if they are not already, or if the Style you’re applying above overrides these defaults, you could change them there.

    Creating a button at runtime, in XAML, or code-behind should not change the style within your application if the style was created to Target all Buttons (IE: The Style has a TargetType=”{x:Type Button}” and should omit the x:Key attribute). If you’ve specified one with a key, you’ll need to reference in the style as you have in your example above.

    Does this help?

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

Sidebar

Related Questions

I am wondering if there is some way to align text on the right
I want to vertically align the text in select box. I tried using select{
Is there way in next piece of code to only get the first record?
Is there way to set @include mixin(); to variable? I tried this @mixin bg-gradient($fallback,
Is there a way of vertical aligning text and an image in a list?
I just want to align my text vertically relative to the picture and put
I'm trying to align some text of different sizes vertically, however, Firefox displays the
Is there some easy way to align stuff in div containers to the right
Is there any way to vertical align the photos in this case with CSS?
I'm using the workaround described here to vertically align text in a multiline UILabel

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.