Skip to main content
Home Forums Silverlight Programming Programming with .NET - General How can i build traditional TextBox control
4 replies. Latest Post by ilves on December 29, 2007.
(0)
ilves
Member
95 points
118 Posts
12-29-2007 7:39 AM |
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
Star
8320 points
1,546 Posts
12-29-2007 7:45 AM |
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.
12-29-2007 7:56 AM |
Thanks shawn.Have you ever tried this?
Bill Reiss
Contributor
4840 points
919 Posts
12-29-2007 8:39 AM |
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.
12-29-2007 9:57 AM |
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?