Hi,
You can use this :
You can use this :
<xctk:IntegerUpDown Margin="5"
Minimum="0"
Maximum="10"
ToolTip="{Binding Maximum, RelativeSource={RelativeSource Self}}" />
And maybe add a Converter to support a binding on Minimum and Maximum values.