locked
Designing Windows Phone Javascript Settings page RRS feed

  • General discussion

  • Writing a WP Javascript app.

    Like to put together a Setting page - a bunch of vertically oriented controls.

    But longer a a display height - so needs to scroll.

    Is there something built-in...any suggestions.

    I was thinking of a listview of 1 item and that item defined in the page html.

    Also - whats preferred settings pages with confirm buttons at the bottom or

    auto set when editing is done.

    Sunday, October 19, 2014 10:06 PM

All replies

  • Hi snowlion9,

    Could you modify the vertically oriented controls as Horizontal oriented? For instance you can change the orientation from StackPanel from default to Horizontal.

    --James


    <THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
    Thanks
    MSDN Community Support

    Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.

    Monday, October 20, 2014 6:38 AM
    Moderator
  • Looks like stackpanel cannot be used in html5/js apps.

    Any other suggestions.

    Just need a vertical container for controls.

    Monday, October 27, 2014 11:06 PM