Vertical progress bar template .net

前端 未结 3 2026
孤街浪徒
孤街浪徒 2020-12-11 06:46

I try to customize a .Net vertical progress bar (using Visual 2010), with the following code:



        
3条回答
  •  自闭症患者
    2020-12-11 07:35

    from your xaml, it looks like you are not binding it to anything. you have to have something that tells it to update the progress, normally you would bind it to something on your datamodel, or have some method in your codebehind that does it.

提交回复
热议问题