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

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

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -