Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「WPF」でデータをある場所から別の場所にコピーしています。コピーボタンをクリックすると、プログレスバーが有効になり、すべてのデータをすぐにコピーした後、プログレッシブバーを閉じる必要がありますか?
ProgressBar の IsEnabled プロパティを設定するだけです
Visibility を System.Windows.Visibility.Collapsed に設定して非表示にします。