Android Question Solved - How do I hide Titlebar when....

doogal

Member
Licensed User
Longtime User
How do I hide the titlebar when showing a new panel? I have tried searching the forums, but no luck and tried using the attribute #IncludeTitle: False and it just gets rid of the titlebar all together and not just when I need it to.
For example, I have the titlebar showing in the beginning of the app and when the user chooses a name from the listview it opens a new panel and is supposed to hide the titlebar so no other options can be selected at that moment other than the back key event.
Does anyone know how to hide the titlebar?
Thanks in advance,
Doug
 
Top