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

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -