2011-06-30 104 views

回答

0

我不知道如何導航到頁面,但在工具提示中顯示控件是絕對有可能的。

例如:

<Button Content="I have a tooltip which contains a control"> 
    <ToolTipService.ToolTip> 
    <ToolTip> 
     <abc:MyUserControl /> 
    </ToolTip> 
    </ToolTipService.ToolTip> 
</Button> 
相關問題