title Control full width?

You must Login before you can answer or comment on any questions.

Hey,

i am using a custom titlecontrol view but it doesn't fit fullwidth of my application ... :( No matter what i am trying left and right are "spaces" (10px or so) ..

Even if i try to set the width to 1000 or so, it doesn't work... any idea?

— asked 8 months ago by Nico Barelmann
1 Comment
  • Hi Nico,

    You can create custom navigation controle for that and set you view in it that solve your problem.

    — commented 8 months ago by Nitin Chavda

2 Answers

Did you also try Ti.UI.FILL as the width?

— answered 8 months ago by Varun Joshi
answer permalink
3 Comments
  • ähm no - Do you have a code example?

    — commented 8 months ago by Nico Barelmann

  • i've tried it... it doesn't work - same problem :(

    — commented 8 months ago by Nico Barelmann

  • Can confirm , Ti.UI.FILL, 'auto', '100%' and the deviceWidth options dont work. The navbar keeps a good 20-30 px either side, presumably for left and right buttons. The issue is however, even if you do use a (for example) back button, the layout of the titlecontrol view is off center and messed up.

    Has been since it was introduced.

    — commented 2 months ago by Rick Mills

Use this on your windows:

navBarHidden: true

Your Answer

Think you can help? Login to answer this question!