Skip to main content

Microsoft Silverlight

Answered Question How can i build traditional TextBox controlRSS Feed

(0)

ilves
ilves

Member

Member

95 points

118 Posts

How can i build traditional TextBox control

I want build traditional TextBox control like i used on windows forms.What is the way to do it in Silverlight?

Any help would be appreciated.

swildermuth
swildermuth

Star

Star

8320 points

1,546 Posts

Re: How can i build traditional TextBox control

In the Silvelright 1.1 Tools are some examples of built controls.  TextBox is particularly difficult right now as you'll need to invent the notion of "focus" so you know where to route the Keyboard events that are only capturable (as of right now) at the root canvas level.

(If this has answered your question, "Mark as Answer")

Shawn Wildermuth
C# MVP, MCSD, Speaker and Author

Silverlight 3 Workshop
Miami, FL: Oct 12-14th
Portlant, OR: Dec 2-4th
Atlanta, GA: Dec 7-9th
http://silverlight-tour.com

ilves
ilves

Member

Member

95 points

118 Posts

Re: How can i build traditional TextBox control

Thanks shawn.Have you ever tried this?

Bill Reiss
Bill Reiss

Contributor

Contributor

4840 points

919 Posts

Silverlight MVP
Answered Question

Re: How can i build traditional TextBox control

ilves:

Thanks shawn.Have you ever tried this?

It's really an exercise in futility, wait for the Beta or overlay an ASP.NET textbox for now.


Bill Reiss, Coauthor of Hello! Silverlight 3
My blog (rss feed)

ilves
ilves

Member

Member

95 points

118 Posts

Re: How can i build traditional TextBox control

Thanks for the solution Bill.I need your help in future.Is it possible for you to provide any assistance for any kind of solution?

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities