Hi, Currently I'm evalating test automation tools for our xamarin project.Our first to develop an app for ios. We need to run in xamarin test cloud. Do you support it? thanks
The gauge uses the SkiaSharp engine for rendering. The SkiaSharp draws in true device pixels, and the gauge works with device independent pixels. In order to paint the gauge with the expected size, a scaling factor needs to be provided. It appears that this scaling factor is incorrect in Android and the gauge is slightly larger than it should be.
When the source is changed or data descriptor is added, selected items are not cleared on iOS.
A SpreadSheet control for visualizing spreadsheet documents
ListView: Concealed Search input that reveals after pull down gesture at the top of the list and its purpose is to filter the contents of the ListView.
UI for Android and UI for iOs both have Feedback controls, however UI for Xamarin does not. I would like to see this added to UI for UWP and subsequently offered in UI for Xamarin.
I want to easily create a nice looking profile page, news page, and etc by using a template just like what I can do using bootstrap script and css in html
If users change the ItemsSource of the control at runtime an exception occurs. Edit: Avalable in R3 2017 SP release.
Currently the LinearGauges are only available in Xamarin.Forms - add the control for Xamarin.Android too.
If only a small range of all data points is displayed, e.g. all data range is 1 year, but the displayed range is 1 day, the series get blurred on UWP. See the attached image. Available in minor release 2017.3.927. It will also be available in the R3 2017 SP release.
Check the attached image. Available in minor release 2017.3.927. It will also be available in the R3 2017 SP release.
Upgrade android appcomat and support libraries to v. 25.1.0 Available in minor release 2017.2.0602. It will also be available in the R2 2017 SP release.
When you have declared a custom GroupHeaderTemplate and the total height of the elements within it is bigger than the pre-allocated one - the content is visualized on top of the group's items.
When configuring different layouts with images of different length and switching between them, the images are displayed incorrectly - in both layouts there are images with different length. Available in the R3 2017 release.
Currently, the AutoCompleteBox's Tokens property is of type Collection<object>, this presents a problem when adding and removing items programmatically as there is no observability. When an item is added or removed, the UI is not updated even though the token s collection has been. Here is a simple repro: private void RadListView_OnItemTapped(object sender, ItemTapEventArgs e) { // For this example e.Item is of type string (autoComplete.Tokens as Collection<object>)?.Add(e?.Item); // Item is added, but UI is not updated Debug.WriteLine($"Tokens count: {(autoComplete.Tokens as Collection<object>)?.Count}"); }
Available in the R2 2018 release.
Implement a component that can be used as button, themes with Telerik theme and can host templated content.