Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small size doesn't work for most of styles #3

Closed
JobaDiniz opened this issue Sep 3, 2016 · 4 comments
Closed

Small size doesn't work for most of styles #3

JobaDiniz opened this issue Sep 3, 2016 · 4 comments

Comments

@JobaDiniz
Copy link

JobaDiniz commented Sep 3, 2016

It would be nice if the loading indicators worked in small sizes...

For example, setting Height=20 and Width=20 for Arc, ArcsRing, Ring doesn't matter: the control doesn't respect that size.

Is there a easy way to fix that?

@zeluisping
Copy link
Owner

I can take a look into it, can't promise much due to personal time constraints, but should be able to fix it. Thank you for reporting this!

@AlexanderHryk
Copy link

AlexanderHryk commented Jan 12, 2017

JobaDiniz, you can also use RenderTransform to change the size of indicators.

<loadin:LoadingIndicator HorizontalAlignment="Left" SpeedRatio="1.0" IsActive="true" Foreground="Red" Style="{DynamicResource LoadingIndicatorArcsStyle}">
            <loadin:LoadingIndicator.RenderTransform>
                <ScaleTransform ScaleX="0.5" ScaleY="0.5" />
            </loadin:LoadingIndicator.RenderTransform>
</loadin:LoadingIndicator>

@zeluisping
Copy link
Owner

This is the same issue as #4 , for now you should use the workaround provided by @AlexanderHryk, I'm trying to get some time to work on this and fix this issue.

@zeluisping zeluisping added the bug label Jan 30, 2018
@zeluisping zeluisping added Duplicate and removed bug labels Aug 1, 2019
@zeluisping
Copy link
Owner

Closing as duplicate of #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants