Windows Ten Relativepanel

Source: Internet
Author: User

The new Relativepanel implements a style of layout that's defined by the relationships between it child element S. It ' s intended for use in creating app layouts, can adapt to changes on screen resolution. TheRelativepanel eases the process of rearranging elements by defining relationships between elements, which allo WS-To-build more dynamic UI without using nested layouts.

In the following example, BlueButton 'll appear to the right of TextBox1 regardless of changes in Orien Tation or layout, and Orangebutton would appear immediately below, and aligned with, BlueButton-even as T He width of textBox1 changes as text is typed into it. It would previously has required rows and columns in aGrid to achieve this effect, but now it can is done using Far less markup.

Xaml
<RelativePanel>    <textbox x:name= "TextBox1" text= "TextBox" margin= "5"/> <button    x:name= " BlueButton "margin=" 5 "background=" LightBlue "content=" Buttonright "relativepanel.rightof=" TextBox1 "/>    < Button X:name= "Orangebutton" margin= "5" background= "Orange" content= "Buttonbelow" relativepanel.rightof= " TextBox1 "relativepanel.below=" BlueButton "/></RelativePanel>

Windows Ten Relativepanel

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.