Download Progress Telerik UI for WinUI 0.2.0 Retail

Progress Telerik UI for WinUI 0.2.0 Retail

Progress Telerik UI for WinUI 0.2.0 Retail
Progress Telerik UI for WinUI 0.2.0 Retail


Create state of the art Windows desktop apps with the best-in-class WinUI controls suite. Brought to you by the creators of Telerik UI for WPF & WinForms.

Feature Rich Controls for Building Powerful WinUI Apps

Unparalleled quality is our top priority - embrace the power of the new WinUI framework and streamline your application development process with highly customizable and feature rich controls.

Fluent-inspired Look & Feel

Want to ensure consistent look and feel alongside a powerful performance? Look no further! The default look and feel of the Telerik UI suite for WinUI is Fluent-inspired and supports the native Windows theming (Light and Dark).

Superior Performance

From the engineering talent that brought you Telerik UI for WPF and WinForms, our WinUI suite is built with performance in mind – every component we ship is optimized for maximum performance with endless customization capabilities.

Build One App for 1+ Billion Windows Devices

The new state-of-the-art Telerik controls for WinUI ship with touch support, enabling you to deploy your application on over 1 billion devices running on Windows 10.

Built-in Accessibility & Localization

The Telerik controls for WinUI come with built-in accessibility functionalities such as Microsoft UI Automation and High Contrast Themes, as well as custom localization support.

Intuitive API & MVVM support

Kick-start your WinUI application development with intuitive API and controls that are fully compatible with MVVM.

UI for WinUI 0.2.0

What's New
NEW

Support for Project Reunion version 0.5.6.
RadHubTile is a rectangular UI element designed specifically to update itself dynamically and show the latest up-to-date information from different services or apps even when they are not running.
RadLayoutTransformControl is a new control in the suite that applies different transformations (RotateTransform, ScaleTransform, SkewTransform, MatrixTransform) on any FrameworkElement.
RadLIstView is a virtualizing list component that provides animations, different layouts and orientations, gestures (swipe, reorder, drag etc.), grouping, sorting, filtering and more.
RadNumericBox is a component that allows numeric input. Its value may be edited either directly through the TextBox part or by the Increase/Decrease buttons.
RadSideDrawer is a control that can come in handy when displaying content from any edge of the screen.
RadScheduler is a scheduling component, inspired by standard Microsoft Outlook-style control. It empowers the end user with precision and flexibility when handling appointments, features such as multi-level grouping, set of 5 view definitions (Day, Week, Month, Timeline, Agenda).
RadShadow is a component that provides a highly customizable shadow effect around any UI element to achieve modern look and feel for you applications.
RadRangeSlider is a flexible UI component that allows value-range selection.

PdfProcessing
NEW

Implemented API for flattening form fields.
Introduced support for Lab color space.
Implemented GetColor method for Indexed color space.

FIXED

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
NEW

Introduced conversion from DataTable to RadWorkbook/RadWorksheet and vice versa.
Introduced an API for measuring the text using the text measuring of the PdfProcessing.

FIXED

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
NEW

Added space="preserve" attribute to string cell values to preserve their exact spacing when visualizing.
Introduced API for measuring the text on different platforms.

FIXED

ArgumentException is thrown when calling SpreadExporter.CreateWorkbookExporter method and referencing Trial assemblies.

WordsProcessing
NEW

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.

FIXED

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.