Remove the "blockiness" in Progress Bar in WPF
- by Geetha
Hi All,
I want to remove the spaces between the blocks showing the progress.
I need it to be solid.
Code:
<ProgressBar Name="probar" Minimum="0" Height="40" BorderThickness="0"/>
Geetha