C # layout (StackPanel)

Source: Internet
Author: User


<Grid>
        <StackPanel>            <button content="asas">            </Button>            < Button content="asddddd">            </Button>                    </StackPanel>    </Grid>
Add <stackpanel> elements to the <Grid> tag, and after running, the elements inside the StackPanel will change as the window changes. The default layout is arranged in order from top to bottom, adding <stackpanel orientation= "Horizontal" >, the layout is changed from left to right row



Two ways to add content to button buttons

<button content="sdsd">        </Button>        <Button>

<Button.Content> assasddf </Button.Content> </Button>
Use
<Button.Content> The key is that you can add a picture to a Button such as
<Button.Content>                <image source="1.png">                </Image>            </Button.Content>

<Button>            <Button.Content>                <StackPanel>                    <image width="  " height= " source= "1.png" ></Image>                    <textblock text=" OK "></TextBlock>                </StackPanel>            </Button.Content>        </Button>

C # layout (StackPanel)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.