Silverlight popup text box

I would like to create my own control, but so I need to know if its possible to combine a Textbox event with a popup more or less similar to the Datepicker Control. Or is there a better way to do this than with Popup?

greets

Patrick

0


source to share


2 answers


You could of course do this. Actually look at the DatePicker as an example of how you can do this. I would assume your control would be a composite TextBox, Button and Popup controls.



+1


source


You can download the complete source in the Silverlight Toolkit from the CodePlex Silverlight Toolkit project site .

And you can get source and unit tests for Beta 2 Release 1 controls on Shawn Burke's blog .



None of these may be exactly what you are looking for, but they can help you on the right track.

0


source







All Articles