How do I bind to WPF’s ProgressBar Visibility element? I can’t bind it to a string property as it takes an enum with three options: Collapsed, Visible and Hidden.
Please show understandable code for the bound visibility of ProgressBar. Thanks in advance.
How do I bind to WPF’s ProgressBar Visibility element? I can’t bind it to
Share
And in the viewmodel: