【WPF】给控件添加tips提示
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了【WPF】给控件添加tips提示相关的知识,希望对你有一定的参考价值。
参考技术A 效果图:<StackPanel>
<CheckBox>
问题:什么情况下母猪会上树?
<CheckBox.ToolTip>
<StackPanel>
<Label FontWeight="Bold" Background="Blue" Foreground="White">答题方法</Label>
<TextBlock Padding="10" TextWrapping="WrapWithOverflow" Width="200">
点开下拉箭头,选择答案后再点击“问题:”前方的方框,即可提交!
</TextBlock>
<Line Stroke="Black" StrokeThickness="1" X1="200"></Line>
<StackPanel Orientation="Horizontal">
<Image Source="1.jpg" Margin="2" Width="32" Height="32"/>
<Label FontWeight="Bold">Press F1 for more help.</Label>
</StackPanel>
</StackPanel>
</CheckBox.ToolTip>
</CheckBox>
<Expander Header="Check the Answer" ExpandDirection="Down">
<StackPanel>
<RadioButton>A.母猪变成猴子!</RadioButton>
<RadioButton>B.世界本末倒置!</RadioButton>
<RadioButton>C.树倒猢狲散!</RadioButton>
<RadioButton>D.女人不爱钱了!</RadioButton>
</StackPanel>
</Expander>
</StackPanel>
以上是关于【WPF】给控件添加tips提示的主要内容,如果未能解决你的问题,请参考以下文章