问题
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