A common scenario for the Chart is to have several Y-Axis, where some could be on the left, others could be on the right side of the Chart.
If you prepare a Xamarin.Forms app to respect iOS Dark Mode, it is apparent that the RadDataForm is only respecting the native elements for Dark Mode.
For example, use my attached reproducible. Notice how the text in the native editors has the appropriate light text, but the background is still stuck on light coloring.
If you try to use Editor style or GroupHeaderStyle, you can't use DynamicResource because the style's properties are not BindableProperties:
We really need these properties to be usable with DynamicResource, so this is a feature request more than a bug report. Update the properties to BindableProperties that with with DynamicResource.
A workaround for this would be to set everything you can to be transparent:
Thank you.
Add functionality to slide through the items like in a SlideView/Carousel.
The TabView control should support a swipe event to change the active item. Similar to the ListView with the IsItemSwipeEnabled-property.
when the flow direction is changed to RTL
Expected: View should show in the order (tab2,tab1)
Actual: View is showing in the order (tab1,tab2)
https://material.io/design/usability/bidirectionality.html#mirroring-layout
The App bar background color is gray, and the search bar doesn't look good with this black textcolor and dark gray background color.
The default SearchBar look on iOS:
Dear sir/madam,
Following a forum post discussion regarding the RadCalendar's time format in Day/MultiDay view modes, it has been said that its time format is set based on the device's settings, and is not changeable by the developer. So, please add this feature so that the developer can at least set the RadCalendar's time format to either 24 or 12-Hour formats, not only in Day/MultiDay view modes but on any view mode.
Many thanks in advance
Currently only Views can be hosted in the MainContent. If users can host Pages the RadSideDrawer could be used as root navigation component. This will allow customers to define the RadSideDrawer once throughout the application.