locked
TextArea RRS feed

  • Question

  • What about text area in Metro apps?

    Saturday, November 5, 2011 6:38 PM

Answers

All replies

  • There is no control TextArea or something like that...
    Saturday, November 5, 2011 6:49 PM
  • What exactly do you mean by a text area?  What behavior are you looking for and which framework are you using to write your Metro style app?  Each has a way to deal with text, although it's different in each one. 

    It would help if you could give more details about what you are looking for and post in the appropriate forum for how you are writing your application (Building Metro style apps with C#/VB, Building Metro style apps with HTML/JavaScript, Building Metro style apps with C++).

    For the XAML based frameworks, look at Windows::UI::Xaml::Controls::TextBlock or Windows::UI::Xaml::Controls::TextBox.

    Metro style apps in HTML have <textarea> and <input> elements.

    --Rob


    Monday, November 7, 2011 1:27 AM
    Moderator
  • I am sory, I am working with C#, silverlight.

     

    I am looking for exact same beahviour like in HTML <textarea>. But there is no control TextArea or something like that...

     

    What can I do? is there some way that I can combine XAML with HTML or sth?

     

    Thank you

    Monday, November 7, 2011 5:01 PM
  • Hi,

    This is not a Silverlight forum.  You should post your question in that forum if you have a Silverlight question.  This is a forum for Metro Style application development.

    -Jeff


    Jeff Sanders (MSFT)
    Tuesday, November 8, 2011 1:58 PM
    Moderator