# 2019 v1

## Content



## General

### Improvements

*   Adds support for Visual Studio 2019.

## Core

### Breaking changes

*   C1VectorIcon.IsFilled property removed (Use transparent color instead).
*   C1PathIcon class has been renamed to C1PolygonIcon.
*   C1SVGIcon class has been renamed to C1PathIcon.

### Improvements

*   C1VectorIcon.StrokeColor property added.
*   C1BitmapIcon.ShowAsMonochrome property added.
*   C1CompositeIcon added.
*   C1Icon.Padding property added.
*   C1PathIcon added.
*   C1VectorIcon.ViewBox property added.

### Bug Fixes

*   Selection was not invalidating when resetting columns and rows.
*   Marquee was not properly being hidden while dragging.
*   Marque was not updating when resizing a column if SelectionMode was None.
*   Fixed an issue where Sorting/Editing/selecting/resizing/dragging actions cannot be performed on multiple zoomed in FlexGrid.
*   NotSupportedException is no longer thrown when Dispose() method is called and navigate back to Home page.
*   Fixed an issue where all rows are randomly relocated when reorder the rows after apply filtering.
*   Column headers were not displaying distinctly from the Data cells by default in Material design FlexGrid.
*   Fixed an issue where a grid's Columns and Row cannot be resized again after resize by increasing Columns/Rows' width and height.
*   Fixed an issue where GroupRowFont applies in some other data cells when scrolling, sorting, expanding/collapsing actions are performed.
*   FlexGrid bound with EntityFrameworkCollection now refreshes immediately when data is pasted into another row.
*   ArgumentNullException no longer occurs when loading FlexGrid.
*   System.NullReferenceException occurs on rendering the Classic Style FlexGrid.
*   ArgumentOutOfRangeException thrown when enters some special characters (+, \*, (, ), $, ?) in filter text box with 'MatchWholeWord' filter mode.
*   Fixed an issue where FontSize of the Grid does not change although Grid's Font is set.
*   FlexGrid does not get refresh and rows/columns with cell values are still rendered after setting ItemsSource to null
*   Editing cell now exits properly from EditMode when a row header is clicked of an editing cell.
*   'Java.Lang.NoClassDefFoundError' Exception thrown when run the FlexGrid on Android API 17 and API 19.
*   Fixed an issue where GroupHeaderFontSize cannot be changed by setting FontSize property.
*   ArgumentOutOfRangeException no longer thrown after deleting all rows if Frozen Rows is set in FlexGrid.
*   Columns are not disappeared although unchecked all columns in 'Column Layout' page.
*   Fixed an issue where GroupRowBackgroundColor property does not take effect in FlexGrid.
*   Selection was not invalidating when resetting columns and rows.
*   Typed filter values that are a part of filtered grid cell after spacing are added in filtered cells on FlexGrid.
*   Update logic to cancel drag event when dragging without holding.
*   [X.Android\][FlexGrid\] Fixed an issue where a cell does not exit from Edit Mode when the'Enter' Key is pressed from a SoftKeyboard

## Gauge

### Improvements

*   Added IsReversed property to RadialGauge which allows you customize it so that it draws from counter clockwise from 360 - 0 rather than 0 - 360.

### Bug Fixes

*   Color Range are now correctly shown and gauge is no longer distorted when ColorRange or StartAngle and isReversed property is applied to RadialGauge.

*   RadialGauge renders reversely although Gauge's Default IsReversed value is 'False' on iOS .
*   Gauge's Text value are not shown accordingly when apply Reverse property to Gauge.

## Input

### Improvements

*   Added support for Right To Left layout (RTL) which can be customized with the FlowDirection property.

### Bug Fixes

*   Text in Dropdown is now properly shown with RTL FlowDirection.
*   C1Combobox no longer shows a null reference exception on adding null items to ItemSource.
*   Clear Button was not disappearing when setting ShowClearButton to false after selecting item at any DropdownMode.
*   Selected item is no longer shown in Dropdown although item is removed with Delete/Backspace if item is selected using Keyboard Navigation.
*   Dropdown does not open when enter text in AutoComplete if Dropdown mode is set 'ForceBelow/Above/AboverOrBelow/BelowOrAbove'.
*   System.NullReferenceException occurs sometimes when isEditabe property is set False.
*   Fixed a problem where the Cursor moved to a prior character and immediately moved back to the end when selecting the items with Arrow Keys from External keyboard.
*   Selected item cannot be removed by deleting text in editing area of FullScreen Dropdown of Combobox.
*   Text of selected item is no longer shown in text area although this item is removed by RemoveAt method through ObservableCollection.
*   Fixed an issue Text in Dropdown is not shown with RTL FlowDirection although Dropdown button is shown accordingly.
*   Setting Placeholder property now works if Mask property is not set