windows runtime - Layout hides behind sticky bottom app bar -
i have added bottombar in windows winrt application this.
<page.bottomappbar> <commandbar requestedtheme="dark" background="#fff3a716" issticky="true" isopen="true" > ... </commandbar> </page.bottomappbar>
but after adding issticky property content starts hiding behind app bar.
is there way app bar doesn't open above layout.
it should open below layout. layout doesn't shows correctly.
just added margin = 120 bottom of layout , solved issue.
Comments
Post a Comment