Release History

By product

UI for Windows Universal Q2 2015 (version 2015.2.624)

June 24, 2015

AutoCompleteBox

FIXED Setting null to Text property.

BusyIndicator

FIXED
  • ContentPosition property not taken into account.
  • Changed the way BusyIndicator resolves its style.

Chart

NEW
  • API to show/hide tooltip.
  • SetInteractionPoint method.
FIXED
  • Invalidate the control UI when it is loaded.
  • CategoricalSeriesDescriptor now works with PointSeries.

DataBoundListBox

FIXED
  • The DataBoundListBox no longer snaps to top of the item on property change.
  • Problem with images in ItemTemplate.
  • Incremental loading improvements.

DataForm

NEW Added an DataForm control to the product suite.

DatePicker

FIXED ArgumentException when Value is set to Jan 1st and in western hemisphere.

DataProvider

FIXED DataProvider now processes pending collection changes if ViewChanging is not handled.

DataStorage

NEW Added an Expander control to the product suite.

GridView

NEW
  • FilterRequestedCommand, triggered when Filter and ClearFilter buttons are clicked.
  • UpdateFilterVisualState method which allows users to change the column headers' visual state when applying custom filtering.
FIXED
  • Issue with PropertyChanged and ExpandoObject when TemplateSelector is used.
  • Issue with dynamic source where if a property is added to the data items and the ItemsSource of the grid is set to null and again to the old source, the newly added property is disregarded.
  • A NullReferecenException with empty ItemsSource and frozen columns.
  • Fix for exception thrown while navigating with TAB key while in edit mode.
  • Changing descriptor property now work as expected.
  • Fixed issue where supplying ItemsSource with IEnumerable results in infinite loop.

ListView

NEW
  • Added multiple selection with checkboxes.
  • EmptyContent support.
  • ScrollItemIntoView method.
  • Pull to refresh in horizontal and vertical orientation.
  • Currency support.
FIXED
  • The current item being incorrectly deselected if another not selected item is deselected.
  • Items not being added correctly to SelectedItems collection when SelectedMode is None.
  • Fixed issue where action content remains visible after deleting an item.
  • ListHeader and ListFooter are now displayed correctly in both orientations.
  • Fix for bug where ListView with wrap layout throws exception if items are added one by one.
  • Item animations improvements.
  • Swipe action logic improvements.

LoopingList

NEW Added AnimateVerticalOffset method. FIXED
  • LoopingList items now stretch.
  • Updated TemplateBindings in LoopingListItem.
  • LoopingList now updates its ItemWidth and ItemHeight.

Maps

FIXED SDK references when Bing Maps SDK is referenced.

SideDrawer

NEW
  • DrawerButton is now a separate control. Setting the DrawerButtonStyle property will no longer clean the default appearance of the button. The DrawerButtonStyle it will be based on the default one.
  • TapOutsideToClose property.
  • SlideAlong transition.
  • Exposed API to show and hide the drawer programmatically.
FIXED
  • A measure issue with Denim update.
  • The main content is now not hit test visible when Drawer is opened.

Windows 10 and Visual Studio 2015 compatibility

NEW UI for Windows Universal is now compatible with Windows 10.

AnimationFramework

NEW It is now possible to declare RadAnimation in XAML.