c# - How to put a Listbox item at the bottom of relative panel in windows store app -


<listbox selectionmode="single" selectionchanged="listbox_selectionchanged">     <listboxitem name="home">         <stackpanel orientation="horizontal">             <textblock fontfamily="segoe mdl2 assets" fontsize="36"  text="&#xe80f;" />             <textblock fontsize="24" margin="20,0,0,0">home</textblock>         </stackpanel>     </listboxitem> </listbox> 

when i'm using following code. i'm able listboxitem @ top of relative panel , not @ bottom. how that.


Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

Swift game error message -