随笔分类 -  WPF

Show tooltip on disabled control
摘要:ToolTipService.ShowOnDisabled="True" 阅读全文

posted @ 2011-10-14 01:06 Cooldash 阅读(206) 评论(0) 推荐(0)

Get Item Index during Binding for ListBox and ItemsControl
摘要:For ListBox:<DataTemplate x:Key="myItemTemplate"> <StackPanel> <TextBlock x:Name="m_HiddenIndex" Visibility="Collapsed" Text="{Binding Path=., Converter={StaticResource MyConverter}, RelativeSource={RelativeSource FindAncestor, AncestorType=ListBoxIt 阅读全文

posted @ 2011-09-21 05:29 Cooldash 阅读(495) 评论(0) 推荐(0)

导航