Unplanned
Last Updated: 13 Feb 2024 12:22 by Amitesh
NSInternalInconsistencyException Reason: Invalid batch updates detected error is thrown in the ListView if you update the ItemsSource (clear it and add new items) simultaneously  ( from separate threads, by receiving messages through MessagingCenter)
Unplanned
Last Updated: 12 Dec 2023 16:33 by Jesserine
Created by: Shawn
Comments: 8
Category: DataGrid
Type: Feature Request
20
My mobile app requires that my data grid have frozen columns on the left that do NOT scroll horizontally.  This is useful when the first column might be an ID column or a Date column that the user always needs to see when scrolling through the other data columns.
Unplanned
Last Updated: 19 Nov 2023 12:43 by Shalin
Created by: Shalin
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
Provide a way to display all-day appointments by expanding the all-day area
Unplanned
Last Updated: 19 Nov 2023 12:40 by ADMIN
Currently all-day appointments that last for more than a day are visualized in the all-day area of MultiDayView as separate shapes  - provide a way to render them as continuous shapes.
Unplanned
Last Updated: 10 Nov 2023 13:13 by ADMIN
Created by: Ishani
Comments: 2
Category: ComboBox
Type: Feature Request
1
I want to update ItemsSource on textchanged event. 
Unplanned
Last Updated: 30 Oct 2023 07:44 by Afshin
Created by: Afshin
Comments: 0
Category: DataGrid
Type: Feature Request
0
Provide a RowStyleSelector property to the DataGrid control.
Unplanned
Last Updated: 31 Jul 2023 05:37 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 9
Category: Calendar & Scheduling
Type: Feature Request
17
While in DayView (or any other appropriate view), allow for appointments to be draggable to another time slot for rescheduling. 
Unplanned
Last Updated: 19 Jul 2023 11:18 by ADMIN
Created by: Tom
Comments: 20
Category: ImageEditor
Type: Feature Request
30
The image editor is a great start, but missing a critical feature - image drawing / annotation. The ability to draw lines, shapes or text onto an image. Should allow this to be done when pinch / zoom is in progress. Items drawn should be amendable until saved. Opportunity to retrieve the annotation only data separately to the image so you can preserve the original.
Unplanned
Last Updated: 29 Jun 2023 19:34 by Christopher

Provide an option to programmatically reset the ordering of the columns in the DataGrid after reordering them using the Options-> more button

 

There isn't a command which can be used for resetting the column reorder.

Unplanned
Last Updated: 26 Jun 2023 05:48 by Jiri
I need suggestion view wider than entry. Provide SuggestionView width property for AutoComplete. 
Unplanned
Last Updated: 31 May 2023 06:00 by Nathan
Created by: Nathan
Comments: 0
Category: SegmentedControl
Type: Feature Request
0
Provide an option to change the background color of the disabled segment. 
Unplanned
Last Updated: 05 Apr 2023 14:45 by JJ
Created by: JJ
Comments: 0
Category: TreeView
Type: Feature Request
1
 implement a cell Swipe-like behavior as exists in the ListView
Unplanned
Last Updated: 05 Apr 2023 13:58 by JJ
Created by: Nicola
Comments: 1
Category: UI for Xamarin
Type: Feature Request
5
The ability to drag and drop items within the same TreeView as well as to another TreeView instance.
Unplanned
Last Updated: 29 Mar 2023 18:01 by Rodney
Created by: Rodney
Comments: 0
Category: DataGrid
Type: Feature Request
1

Hi Team,

Currently, you have ScrollItemIntoView support. However, that does not work unless you have rows and a reference to the data item.

I need an explicit mechanism to pick a specific X/Y cell position, or at least a column index, that can be scrolled to so that I can have horizontal scrolling capability.

For example, imagine a DataGrid that has only one row, but a 100 columns, I would like to be able to do this:

// Option 1 - Use the ItemsSource column reference
var dataTableColumn = this.myDataTable.Columns[50];
this.MyDataGrid.ScrollIntoView(dataTableColumn);

// Option 2 - Better!  
// This supports any possible data source type
var telerikColumn = this.MyDataGrid.Columns[50];
this.MyDataGrid.ScrollIntoView(telerikColumn);

// Option 3 - Ideal
// Useful for every possible occasion
var x = 5;
var y = 12;
this.MyDataGrid.ScrollIntoView(x, y);

 

Unplanned
Last Updated: 26 Dec 2022 06:24 by ADMIN
Created by: Francisco Manuel
Comments: 14
Category: UI for Xamarin
Type: Feature Request
7

Do you have plans to develop controls for the UNO platform?

 

There are other companies that have already stated that they are working on it, for example,  

https://www.syncfusion.com/blogs/post/collaboration-syncfusion-uno-platform.aspx 

Unplanned
Last Updated: 19 Dec 2022 09:35 by Günter
For example inside the popup on first place the time selector could be defined.
Unplanned
Last Updated: 05 Dec 2022 12:34 by Milan

Currently there are areas in the MultiDayView that cannot be styled using the background color.  Provide an option to set a background color to the entire the MultiDayView:

Unplanned
Last Updated: 05 Dec 2022 08:25 by Nikita
Expose an option to change the indeterminate indicator's width
Unplanned
Last Updated: 18 Nov 2022 17:13 by Matthew
Created by: Matthew
Comments: 0
Category: Chart
Type: Feature Request
0
Add support for range series. The series are available in the native charts
Android - RangeBarSeries 
iOS RangeBar and RangeColumn Series
UWP RangeBar, Range Series.

Please add these series to Chart for Xamarin.Forms. 
Unplanned
Last Updated: 23 Oct 2022 08:55 by Shalin
Created by: Shalin
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
I want to change the button style, icon, etc. Provide an option to style the add appointment button.
1 2 3 4 5 6