Completed
Last Updated: 10 Sep 2024 08:12 by ADMIN
Created by: SturmA
Comments: 2
Category: ListView
Type: Feature Request
1
Provide an option to set corner radius to the ListView item style and selected item style
Completed
Last Updated: 10 Sep 2024 08:07 by ADMIN
You should be able to swipe left or right from any part of the row and have it work, not just a very small unmarked section near each edge;
Completed
Last Updated: 10 Sep 2024 07:55 by ADMIN
Created by: Vaibhav
Comments: 1
Category: ListView
Type: Feature Request
1
Provide event to detect the scrolling.
Completed
Last Updated: 10 Sep 2024 07:52 by ADMIN
Created by: Akesh Gupta
Comments: 1
Category: ListView
Type: Feature Request
1
Provide PullToRefresh functionality about ListView control for Desktop.

If using a touch screen it should behave the same as mobile, if using a mouse, I'd say just let the user click and drag down to refresh.
Completed
Last Updated: 10 Sep 2024 07:48 by ADMIN
Created by: atlanta
Comments: 5
Category: ListView
Type: Feature Request
11

An example with CollectionView:

<CollectionView ItemsSource="{Binding EmptyMonkeys}"
                EmptyView="No items to display" />

Unplanned
Last Updated: 10 Sep 2024 06:40 by ADMIN
Created by: Raymond
Comments: 1
Category: RichTextEditor
Type: Feature Request
0

Please provide a support for a placeholder text in RichTextEditor (an optional text displayed when edited content is empty).

Best if color of this text could be configurable.

Unplanned
Last Updated: 03 Sep 2024 11:35 by ADMIN
Created by: Larry
Comments: 4
Category: Entry
Type: Feature Request
24

I'm looking to replace the Xamarin RadRichTextEditor control in my Maui app. The Maui native Editor control is good but doesn't scroll.

And to be honest, the RadRichTextEditor gave me more trouble than it was worth (I loved the functionality, but it wasn't a good fit for my implementation).

So, adding the appropriate support to RadEntry to make it more of a 'multiline text editor' or even a 'mini word processor' would be awesome.

Unplanned
Last Updated: 02 Sep 2024 16:23 by Ramin
Currently when the user taps outside the non-modal popup, the popup is dismissed. We'd need to provide a way to set focus to input fields in the page without removing/closing the popup.
Unplanned
Last Updated: 30 Aug 2024 10:10 by Riziq
Created by: Riziq
Comments: 0
Category: NavigationView
Type: Feature Request
1

When Flow Direction is changed to right to left, on Android the control does not behave as expected. 

Provide support for right to left. 
On Android there is an issue with the navigation items. 

On WinUI it works

Unplanned
Last Updated: 28 Aug 2024 14:01 by Andrew
Currently if you have many labels rendered on the map and you've zoomed out, some of them overlap and are not readable.
Unplanned
Last Updated: 26 Aug 2024 12:16 by Andrew
Currently when the shapes are circles, they are rendered too small and it's difficult to select them.
Duplicated
Last Updated: 21 Aug 2024 08:52 by ADMIN
Created by: Raymond
Comments: 2
Category: PDFViewer
Type: Feature Request
2

Hello,

Id would be great having basic editing functionalities in MAUI PDFViewer as you offer in WPF version.
Especially we're interested in having ability to add text and basic shape annotations.

Best Regards,
Raymond

Unplanned
Last Updated: 20 Aug 2024 10:18 by Nico

Now the appointment is not displayed in the time-ruler when the appointment start and end value are the same. 

Implement/Introduce min appointment height for Day and MultiDayView.

Unplanned
Last Updated: 19 Aug 2024 10:06 by ADMIN

For example I wanted to use the StartThickness property as Bindable property but I received the following error: No property, BindableProperty, or event found for "StartThickness", or mismatching type between value and property.

 

Unplanned
Last Updated: 19 Aug 2024 08:02 by ADMIN
Created by: Tim
Comments: 1
Category: Popup
Type: Feature Request
0
It would be nice to have more animation styles when the popup opens/closes.  Specifically, it would be nice to have an animation that slides in from a direction (top, bottom, right, left).  I would like to have a popup that appears to slide up from the bottom of the page when it opens and slides down when closing.  I know you can get a similar effect with the SideDrawer control but would prefer to use the popup.
Unplanned
Last Updated: 14 Aug 2024 08:18 by Steve
Created by: Steve
Comments: 0
Category: ListView
Type: Feature Request
0
We would like to give the user the ability to reorder the groups.
Planned
Last Updated: 14 Aug 2024 08:15 by ADMIN
Created by: Rodrigo
Comments: 0
Category: CollectionView
Type: Feature Request
2

Hi Team,

Please consider adding a way to cancel a group's expand/collapse action when the user taps on the group header.

For example, through a GroupTapping event handler that fires just before GroupTapped, and we can execute logic that prevents the operation:

private void RadCollectionView_OnGroupTapping(object sender, RadTappingEventArgs<GroupContext> e)
{
    if (e.Data.Key.ToString() == "GroupToStayPermanentlyExpanded")
    {
        e.Cancel();
    }
}


// which uses this imaginary event args with Cancel method
public class RadTappingEventArgs<T>(T data) : RadTappedEventArgs<T>(data)
{
    public void Cancel()
    {
        // prevents GroupTapped event
    }
}

Thank you,

Rodrigo

Unplanned
Last Updated: 12 Aug 2024 08:37 by matvey
Created by: matvey
Comments: 0
Category: DataGrid
Type: Feature Request
1
I need to have some Frozen columns in MAUI Data Grid on the left edge of the table and some on the right.
Unplanned
Last Updated: 12 Aug 2024 08:07 by alfonso
Currently there isn't a direct way to hide the scrollbars in the CollectionView.
Completed
Last Updated: 07 Aug 2024 08:50 by ADMIN
Release 7.1.0 (2024 Q3)
Provide a way to access the DataGrid from the DataGridColumn.
1 2 3 4 5 6