This is a migrated thread and some comments may be shown as answers.

ProgressBar does not collapse inside StatusStrip

1 Answer 64 Views
StatusStrip
This is a migrated thread and some comments may be shown as answers.
MaiK
Top achievements
Rank 1
Iron
MaiK asked on 05 Jul 2019, 07:24 AM

Hi,

 

I am trying to collapse ProgressBar inside StatusStrip, with that code:

Me.RadProgressBarElement1.Visibility = ElementVisibility.Collapsed

 

The ProgressBar  is been hidded but not collapsed.

Is there any bug or something else I must aplly for collapse ProgressBar?

 

Thanks you!

1 Answer, 1 is accepted

Sort by
0
Nadya | Tech Support Engineer
Telerik team
answered on 05 Jul 2019, 02:15 PM
Hello Maik,

I have logged this issue on our Feedback Portal by creating a new public feedback item on your behalf. You can track its progress, subscribe to status changes and add your comment to it here. I have also updated your Telerik Points.

To workaround this, you can remove the RadProgressBarElement from the collection:
radStatusStrip1.Items.Remove(radProgressBarElement1)

Should you have any other questions, I would be glad to help.


Regards,
Nadya
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
StatusStrip
Asked by
MaiK
Top achievements
Rank 1
Iron
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or