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.
silverlight 3中的新数据验证有一个红色文本框,向右飞出。这对我来说是一个问题,因为我有一个右侧的文本框,被弹出窗口覆盖。
How can I make this popup move somewhere else?
如何让这个弹出窗口移动到其他地方?
1 个解决方案
#1
Retemplate the textbox. The tooltip is found in there. You can modify it using the placement property or margins to appear elsewhere.
重新导入文本框。工具提示在那里找到。您可以使用展示位置属性或边距修改它以显示在其他位置。
#1
Retemplate the textbox. The tooltip is found in there. You can modify it using the placement property or margins to appear elsewhere.
重新导入文本框。工具提示在那里找到。您可以使用展示位置属性或边距修改它以显示在其他位置。