码迷,mamicode.com
首页 > Windows程序 > 详细

WPF ToolTip 绑定

时间:2020-11-04 18:02:42      阅读:33      评论:0      收藏:0      [点我收藏+]

标签:class   style   editable   ica   relative   tar   get   ati   for   

Tool绑定: 绑定到ComboBox的SelectValue

<ComboBox Name="cmb_WHSCD" VerticalAlignment="Center" Width="100" IsEditable="True"  >
    <ComboBox.ToolTip>
        <ToolTip DataContext="{Binding Path=PlacementTarget,RelativeSource={x:Static RelativeSource.Self}}">
            <TextBlock Text="{Binding  Path=SelectedValue,StringFormat={}退仓到:{0}}"/>
        </ToolTip>
    </ComboBox.ToolTip>
</ComboBox>

 

WPF ToolTip 绑定

标签:class   style   editable   ica   relative   tar   get   ati   for   

原文地址:https://www.cnblogs.com/wandia/p/13921446.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!