I have a repeatbutton in WPF. The height of buttun is set to 10 because of the space limitation. Now the content of the repeatbutton is not displaying because, I think, the alignment of the content has some problem.
I am wondering is there any way to change the alignment of the content so that it can show up even when the height of the repeatbutton is small?
Here is my xaml:
<RepeatButton Name="ABPPlus" Height="10" Click="btnABPPlus_Click" Content="+"
Delay="500" Interval="100" Width="30"/>
try this