Progress Bar restarts
Posted
by Rishi Kasnia
on Stack Overflow
See other posts from Stack Overflow
or by Rishi Kasnia
Published on 2010-03-23T04:57:26Z
Indexed on
2010/03/23
5:01 UTC
Read the original article
Hit count: 498
wpf
|wpfdatagrid
I have a DataGrid and in the Data Template of a DataGridTemplateColumn, i have added a Progress bar. now every time when mouse overs the rows of the data grid. my progress bar restarts its value from 0. I actually changes the Background and border property of the Row from triggers which i have defined in the control template of the Data Grid.
Any Suggestions...
© Stack Overflow or respective owner