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="" /> <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
Post a Comment