how to work with Progressive bar?

天涯浪子 提交于 2019-12-12 00:20:00

问题


I am copying the data from one location to another location in "WPF".On click of the copy button the progress bar should be enabled and after copying all the data immediately the progressive bar should be closed?pls help me out?


回答1:


Simply set the IsEnabled property of your ProgressBar

Set the Visibility to System.Windows.Visibility.Collapsed to hide it.



来源:https://stackoverflow.com/questions/11683274/how-to-work-with-progressive-bar

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!