简体   繁体   English

在WPF中显示进度栏

[英]Show progress bar in WPF

How can I show process bar if I Click The Download Button? 如果单击下载按钮,如何显示过程栏? I'd like show the Percentage Of Process Bar in Data Grid View Using WPF. 我想在使用WPF的数据网格视图中显示过程栏的百分比。 How can I do it? 我该怎么做?

ProgressBar works by setting a minimum and maximum value and then incrementing a value, which will give a visual indication on how far in the process you currently are. ProgressBar的工作方式是设置一个最小值和最大值,然后递增一个值,这将直观地指示您当前正在进行的过程。 See this tutorial with example. 请参阅带有示例的教程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM