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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T07:45:17+00:00 2026-05-31T07:45:17+00:00

I currently have a grid with 4 columns and 2 rows. Inside each cell

  • 0

I currently have a grid with 4 columns and 2 rows.
Inside each cell of this grid is a custom button (made out of a canvas, rectangle and a textblock grouped into a button control with blend 4).

So basicaly this grid has 8 custom buttons that are all alike in size but just differ from text content.

Problem:

When i enlarge my screen the grid and the cells grow with the window size correctly.
The position of the buttons also size correctly. But the size of the buttons never changes.

How to modify the grid/button so the buttons actually grow in size when the screen gets larger?
All settings like width and height are set to auto.

Example of some code of the grid:

 <Grid x:Name="gridSubCategories" Margin="15,125,15,50">
        <Grid.ColumnDefinitions>
            <ColumnDefinition />
            <ColumnDefinition />
            <ColumnDefinition />
            <ColumnDefinition />
        </Grid.ColumnDefinitions>

        <Grid.RowDefinitions>
            <RowDefinition />
            <RowDefinition />
        </Grid.RowDefinitions>

        <Button x:Name="btnTestOne" Content="TestOne" Margin="9.426,29.05,9.425,29.05" Style="{DynamicResource ButtonStyleTestOne}" 
                Grid.Column="0" Grid.Row="0" HorizontalContentAlignment="Stretch"/>

Best regards.

  • 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-31T07:45:18+00:00Added an answer on May 31, 2026 at 7:45 am

    Add a Viewbox as a parent of the button

    Defines a content decorator that can stretch and scale a single child to fill the available space.

    <Viewbox>
      Child
    </Viewbox>
    

    http://msdn.microsoft.com/en-us/library/system.windows.controls.viewbox.aspx

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

Sidebar

Related Questions

I have a grid with two columns and multiple rows, each cell containing a
I currently have the following XAML for my Grid control: <dxg:GridControl x:Name=DXGrid> <dxg:GridControl.Columns> <dxg:Column
i made a very wide grid with multiple rows and columns, and i filled
I currently have a product view page that contains an MVCContrib HTML Grid with
currently I have a requirement to display related items in a multi level grid.
We currently have code like this: Dim xDoc = XDocument.Load(myXMLFilePath) The only way we
The Setup: I currently have a page with a GridView control on it inside
I have the following cell which is used for my custom column data type
BACKGROUND: I have a grid of 36 buttons, lets say a 6 rows &
I currently have an ASP.NET GridView that displays a few columns to the user

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.