Quantcast
Channel: Extended WPF Toolkit™ Community Edition
Viewing all articles
Browse latest Browse all 4964

New Post: IntegerUpDown Minimum and Maximum in Tooltip

$
0
0
Thank You, this works, but I want to add Minimum and Maximum values to ToolTip. I try to do like this:
<toolkit:IntegerUpDown x:Name="integerUpDown">
  <toolkit:IntegerUpDown.ToolTip>
        <StackPanel>  
           <TextBlock Text="{Binding ElementName=integerUpDown, Path=Minimum, StringFormat=Min: {0}}" />
           <TextBlock Text="{Binding ElementName=integerUpDown, Path=Maximum, StringFormat=Max: {0}}" />
         </StackPanel>  
           </toolkit:IntegerUpDown.ToolTip>
  </toolkit:IntegerUpDown>
Tooltip Shows, but empty. Also I try instead ElementName to do with FindAncestor - without positive.

Any Ideas?

Viewing all articles
Browse latest Browse all 4964

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>