このページは既にアーカイブ化され、その後の更新はありません。

この製品の販売は終了しました。

Telerik UI for Xamarin(英語版)

迅速な開発と優れたパフォーマンスのための高品質なXamarin UIコントロール。

Telerik 社の製品
2018 年より日本国内にてComponentSourceで販売中。

バージョン: R3 2023 更新日: Oct 11, 2023

i

Microsoft ended support for Xamarin in May 2024, and Telerik continued maintaining their component library until now to give developers time to transition. Effective February 19, 2025, Telerik will follow suit and discontinue Telerik UI for Xamarin. It will no longer be available for sale, nor will it be part of DevCraft. To further assist with the transition, Telerik will provide limited support...

Show more

Microsoft ended support for Xamarin in May 2024, and Telerik continued maintaining their component library until now to give developers time to transition. Effective February 19, 2025, Telerik will follow suit and discontinue Telerik UI for Xamarin. It will no longer be available for sale, nor will it be part of DevCraft. To further assist with the transition, Telerik will provide limited support and critical updates until February 2026.

Telerik UI for Xamarin R2 2021

Released: May 12, 2021

R2 2021 での更新項目

機能

  • New
    • Introduced a BadgeView component. Represents a control that is used for displaying an additional marker on its content, like number of items or notifications.
    • Introduced a Shadow component. It adds a highly customizable shadow effect around any view - that helps elevate some UI elements and thus achieve modern look and feel for your app.
    • Added SwissQR Code. Encodes all the information necessary for a payment in specific format and structure, and all of it as part of the well-known Barcode component.
  • Barcode
    • Added Code39Extended and Code93 1D Symbologies.
  • PdfProcessing
    • Implemented API for flattening form fields.
    • Introduced support for Lab color space.
    • Implemented GetColor method for Indexed color space.
  • PdfViewer
    • Provided mechanism for loading custom font files when importing TrueType fonts.
  • SpreadProcessing
    • Introduced conversion from DataTable to RadWorkbook/RadWorksheet and vice versa.
    • Introduced an API for measuring the text using the text measuring of the PdfProcessing.
  • SpreadStreamProcessing
    • Added space="preserve" attribute to string cell values to preserve their exact spacing when visualizing.
    • Introduced API for measuring the text on different platforms.
  • WordsProcessing
    • Implemented a mechanism to automatically load external CSS resources when the URI is valid.
    • Implemented Find functionality allowing you to perform a text-based search.
    • Implemented support for importing DOC format.
    • Implemented support for importing DOT format.
    • Introduced support for importing documents with shading colors defined as strings.

不具合の修正

  • Barcode
    • Code93Extended symbology is drawn as Code39Extended.
  • PdfProcessing
    • CharCodes to glyph indices are incorrectly mapped when exporting TextBoxField with TrueType font and defined encoding.
    • An ArgumentException is thrown when merging or splitting files with the PdfStreamWriter.
    • TypeInitializationException is thrown when exporting a document with PdfComplianceLevel set.
    • CharCodes to glyph indices are incorrectly mapped when exporting TextBoxField with Simple font and a Differences array defined in the Encoding.
  • SpreadProcessing
    • An invalid file is generated when the freezing panes are set, and the file is opened in Excel.
    • An InvalidOperationException is thrown when attaching to CellPropertyChanged event and trying to modify the cell.
  • SpreadStreamProcessing
    • ArgumentException is thrown when calling SpreadExporter.CreateWorkbookExporter method and referencing Trial assemblies.
  • WordsProcessing
    • NullReferenceException is thrown when importing a DOCX document containing a DataBinding element inside a structured document tag.
    • The Hyperlink field is exported wrong.
    • The Nonbreaking space is exported as a Unicode character instead of the appropriate Control word.
    • RtfFormatProvider: Indexing is wrong when exporting the list override index (\ls).
    • When replacing a word being part of the field code fragment definition, the field becomes invalid.
    • Changed: RadFlowDocumentEditor.ReplaceText(string, string) method is removed. Use the RadFlowDocumentEditor.ReplaceText(string, string, bool, bool) method with default bool values instead.