Remove the "blockiness" in Progress Bar in WPF
Posted
by Geetha
on Stack Overflow
See other posts from Stack Overflow
or by Geetha
Published on 2010-05-31T07:04:19Z
Indexed on
2010/05/31
10:32 UTC
Read the original article
Hit count: 172
wpf
|progressbar
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
© Stack Overflow or respective owner