I have planned to implement a new EllipsedProgressBar with more possibilities like an wide ellipse or display of a real process.
Because I have no time to create a new one I just have enhanced the current EllipsedProgressBar.
That are the changes in detail:
- The EllipsedProgressBar internally uses the EllipsePanel, this panel was throwing an exception if the size is below then 0, that I have changed so the EllipsedProgressBar will not crash anymore if the size is 0.
- The EllipsedProgressBar now can be set to Visibility.Collapsed.
- The EllipsedProgressBar now can rotate in both directions, see the Direction property.
- The EllipsedProgressBar now every time will be a square, that means if the height is not the same as the width, the width will be taken. That means it is enough to set the Width property of the control, the height will be adjusted automatically.
Everything is available in Tulipa version 4.0.15.0.
David W.

