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

why my SfBadgeView like this? #26

Closed
bobotan opened this issue Jun 24, 2020 · 4 comments
Closed

why my SfBadgeView like this? #26

bobotan opened this issue Jun 24, 2020 · 4 comments

Comments

@bobotan
Copy link

bobotan commented Jun 24, 2020

image

@bobotan
Copy link
Author

bobotan commented Jun 24, 2020

i can't understand

@bobotan
Copy link
Author

bobotan commented Jun 24, 2020

image

@RabhiaBehamK
Copy link

Hi Bobotan,

We suggest you to resolve the problem by adding the badge view content inside the grid layout as in the below code.

<badge:SfBadgeView HorizontalOptions="Center" VerticalOptions="Center" BadgeText="New"> <badge:SfBadgeView.BadgeSettings> <badge:BadgeSetting BadgePosition="TopRight"> </badge:BadgeSetting> </badge:SfBadgeView.BadgeSettings> <badge:SfBadgeView.Content> <Grid> <Button WidthRequest="80" HeightRequest="50" Text="Primary" BackgroundColor="Gray"> </Button> </Grid> </badge:SfBadgeView.Content> </badge:SfBadgeView>

Sample Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/BadgeViewDemo1422144490

Output:
MicrosoftTeams-imagec41487cbde0ca57efd1c0ec5420469121ced888263c8f490907ac36aabd036af

Please let us know if you have any concerns.

Regards,
Rabhia Beham K.

@bobotan
Copy link
Author

bobotan commented Jun 27, 2020

Thank you very much!it works

@bobotan bobotan closed this as completed Jun 27, 2020
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