dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.04k stars 1.73k forks source link

Add a Rating bar control #8246

Open Awesomer9561 opened 2 years ago

Awesomer9561 commented 2 years ago

Description

I am searching for Rating bar in .Net MAUI but not able to find anything. Is it not there?

Steps to Reproduce

In XAML file search for RatingBar/ Rating.

Version with bug

6.0.400 (current)

Last version that worked well

6.0.312

Affected platforms

iOS, Android

Affected platform versions

iOS 15, Android API 30, 31

Did you find any workaround?

No response

Relevant log output

No response

Eilon commented 2 years ago

Hi @Awesomer9561 , do you mean a control for rating something (like stars)?

image
Awesomer9561 commented 2 years ago

Yes.

PureWeen commented 2 years ago

@Awesomer9561 perhaps you could use the Indicator view for this? https://docs.microsoft.com/en-us/dotnet/maui/user-interface/controls/indicatorview

Mephisztoe commented 2 years ago

@Awesomer9561 AlohaKit has a Rating Control like this as part of its library. It uses .NET MAUI Graphics to achieve that. https://github.com/jsuarezruiz/AlohaKit

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.