RadCircularProgressBar cannot set custom width and height.

0 Answers 21 Views
ProgressBar
Guang
Top achievements
Rank 1
Iron
Guang asked on 18 Jan 2024, 12:56 PM

RadCircularProgressBar cannot set width and heighth!

What ever height and width I set for the RadCircularProgressBar, the total pane never change its size.

Its so stange, I want a small RadCircularProgressBar, how can i do it? it just keeps its original size.

<telerik:RadCircularProgressBar Grid.Row="3" Grid.Column="0"         
         Maximum="100"  Height="50"
         Value="76" >
    <telerik:RadCircularProgressBar.ColorRanges>
        <telerik:ProgressBarColorRange Color="GreenYellow" Start="0" End="100"/>
    </telerik:RadCircularProgressBar.ColorRanges>
</telerik:RadCircularProgressBar>
Dimitar
Telerik team
commented on 22 Jan 2024, 10:17 AM

Hi Guang, 

Can you send us the entire XAML, what is the parent layout control of the progress bar in this case? 

I am looking forward to your reply.

No answers yet. Maybe you can help?

Tags
ProgressBar
Asked by
Guang
Top achievements
Rank 1
Iron
Share this question
or