# 2026 v1.2

## Content

## Core

**Bug Fixes**

* Fixed an issue where 2D text did not render when a non-solid foreground brush was used.
* Fixed an issue where 2D rendering threw an exception when gradient brushes were used.

## Chart

**Improvements**

* Updated `C1.Chart` to version 10.0.20261.85.

**Bug Fixes**

* Fixed an issue where a ranged column or bar was not displayed when its data point exceeded the custom axis limits.
* Fixed an issue where the `PieDataLabel.Offset` property was not applied in **FlexPie**.
* Fixed an issue where axis labels were positioned incorrectly in **FlexRadar** when the `StartAngle` property was set.

## FlexViewer

**Bug Fixes**

* Fixed an issue where PDF text and vector graphics appeared blurry or pixelated at high zoom levels when a document was loaded through `C1PdfDocumentSource`.

## Gauge

**Bug Fixes**

* Fixed an issue where labels in a **linear** gauge were clipped.

## GridControl

**Bug Fixes**

* Fixed an issue where **FlexGrid** instances remained in memory after the pages containing the control were closed.

## Input

**Bug Fixes**

* Fixed an issue where selected items were not displayed correctly in `C1ComboBox` when duplicate items were selected.
* Fixed an issue where text for the **Is One Of** filter operation in `FilterEditor` was displayed in uppercase when a Material theme was applied.
* Fixed an issue where the `C1ComboBox` content, drop-down button, and drop-down item text were not exposed in the UI Automation tree.
* Fixed an issue where keyboard focus moved to a disabled `C1MultiSelectItem` when the Down Arrow key was pressed in `C1MultiSelect`.
* Fixed an issue where a disabled `C1MultiSelectItem` was selected when the Enter key was pressed in `C1MultiSelect`.

## ListView

**Improvements**

* Added support for the `SelectedIndexes` property.

**Bug Fixes**

* Fixed an issue where the `BringIntoView` method did not work correctly in `C1TileListView`.
* Fixed an issue where the **Select All** checkbox remained disabled when `SelectionMode` was set to **None**.
* Fixed an issue where the selected-item indicator was not visible when an item was selected on the Virtual Mode page.
* Fixed an issue where the layout was incorrect when the item width was less than the scroll viewer width in `C1TileListView`.
* Fixed an issue where the `MouseOverBrush` color was not applied to list items.
* Fixed an issue where content was not displayed when the Content property was set in `C1ListView` or `C1TileListView`.
* Fixed an issue where `C1ListView` scrolled incorrectly when `BringIntoView` was triggered through item selection or keyboard navigation.
* Fixed an issue where `C1ListView` incorrectly selected the second item after `C1ListView.SelectAll()` was called twice when `SelectionMode` was set to Single.
* Fixed an issue where `FocusIndex` was not updated correctly when items were cleared, replaced, or removed in `MultiSelect` mode.
* Fixed an issue where the **Select All** label was not displayed in `C1TileListView`.
* Fixed an issue where the UI did not update when the `ListViewItem.IsEnabled` property was changed at runtime.
* Fixed an issue where a `ListViewItem` checkbox remained cleared when the `IsSelected` property was set to **True** in XAML.
* Fixed an issue where `C1TileListView` entered ZoomIn mode instead of selecting an item when the **Select All** checkbox was displayed and the item's text was clicked.