Answered by:
TextArea

Question
-
What about text area in Metro apps?
Saturday, November 5, 2011 6:38 PM
Answers
-
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)- Proposed as answer by Jeff SandersMicrosoft employee, Moderator Monday, November 14, 2011 3:18 PM
- Marked as answer by Jeff SandersMicrosoft employee, Moderator Monday, November 21, 2011 4:11 PM
Tuesday, November 8, 2011 1:58 PMModerator
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
- Edited by Rob Caplan [MSFT]Microsoft employee, Moderator Monday, November 7, 2011 1:29 AM
Monday, November 7, 2011 1:27 AMModerator -
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)- Proposed as answer by Jeff SandersMicrosoft employee, Moderator Monday, November 14, 2011 3:18 PM
- Marked as answer by Jeff SandersMicrosoft employee, Moderator Monday, November 21, 2011 4:11 PM
Tuesday, November 8, 2011 1:58 PMModerator