views:

259

answers:

1

The new data validation in silverlight 3 has a red textbox that flies out to the right. This is a problem for me because I have have a textbox to the right that is getting covered by the popup.

How can I make this popup move somewhere else?

+1  A: 

Retemplate the textbox. The tooltip is found in there. You can modify it using the placement property or margins to appear elsewhere.

zachary