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

i can not bind on list #3

Open
yashshekhada opened this issue Aug 1, 2018 · 1 comment
Open

i can not bind on list #3

yashshekhada opened this issue Aug 1, 2018 · 1 comment

Comments

@yashshekhada
Copy link

<customcontrol:XFCircleProgress WidthRequest="100" HeightRequest="100"
VerticalOptions="CenterAndExpand" HorizontalOptions="CenterAndExpand"
Maximun="100" Minimun="0" Value="{Binding D_info12}"
BackColor="LightGray" ForeColor="Green"
BarHeight="5" AnimationDuration="1000"
Grid.Row="0"/>

@Galle94
Copy link

Galle94 commented Mar 15, 2019

Try changing Binding Properties like static props.

Ex: 'public static readonly BindableProperty ValueProperty = BindableProperty.Create(nameof(Value), typeof(int), typeof(XCircleProgress), default(int));'

This solved my issue.

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

No branches or pull requests

2 participants