uwp - How to implement HorizontalAlignment="Stretch" in RelativePanel while creating Universal Windows Platforms 10 Apps? -


i know how implement using grid , stackpanel, can done here without that?

sure, align left , right panel! example:

horizontal stretch

<relativepanel>     <textbox relativepanel.alignleftwithpanel="true"              relativepanel.alignrightwithpanel="true" /> </relativepanel> 

if want vertical stretch, similar thing, align top , bottom panel:

vertical stretch

<relativepanel>     <textbox relativepanel.aligntopwithpanel="true"              relativepanel.alignbottomwithpanel="true" /> </relativepanel> 

Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -