Release History

By product

UI for Windows Universal R2 2016 (version 2016.2.0504)

May 3, 2016

ImageEditor

CHANGED
  • Resizing Crop UI does not trigger pan/zoom of the Image.
  • When image is cropped, it is now saved with the cropped size. RotateTools keep the original size of the image.

Common

FIXED
  • Controls now appears in Toolbox panel correctly

Chart

FIXED
  • Now no Metadata declarations are required for in Release mode.
  • Fix null reference exception when Chart which contains behaviors is collapsed by default.

Grid

NEW
  • Implement CellHolding command associated with the Holding event which occurs over a cell.
  • Introduced the GroupPanelPosition property which positions the group panel either on the left or at the bottom of RadDataGrid.
  • Introduced ColumnDataOperationsMode property (Inline, Flyout).
  • Introduced ColumnHeaderAction command which is triggered from any action in the ColumnHeader's Flyout
  • Added Column resize funtionality to DataGrid. Final Design touches pending.
  • Implement CellFlyout and CellFlyoutAction command
  • Introduce support for an External Editor.
  • Expose ToggleColumnVisibilityCommand
  • Group headers now does not scroll on horizontal scrolling.

FIXED
  • Now no Metadata declarations are required for in Release mode

ListView

NEW
  • Implemented Grid layout strategy
  • Added RealizedItemsBufferScale property to control realized items outside viewport.
  • Expoded ResetSwipedItem() method.
  • Added ItemSwiping command.
  • Added Comparer property to sort descriptors.
  • Added protected method InvalidateUI that recycles all containers and rebuilds the UI.

FIXED
  • In multuple selection, after deselecting all items, the SelectedItem is now cleared.
  • Now SelectedItem and SelectedItems are cleared when ItemsSource has been changed.
  • Now SelectedItem and SelectedItems are updated after an item has been removed or the Source has been reset.
  • Fix for issue where swiped item is not reset when pull to refresh is triggered.
  • Now setting IsCheckModeActive before initialization does not throw an exception.
  • Fixed issue with deselecting an item in Single selection mode - now the removed item is added to ListViewSelectionChangedEventArgs.RemovedItems collection.
  • Fixed issue with not applying Border thickness and border color
  • Now changing the IncrementalLoadingMode dynamically immediately affects the control.
  • Now the IsCheckModeActiveChanged event is fired when checkboxes are hidden.
  • Now the CheckBox selection reflects the selected state of the items.
  • Pull to refresh now position correctly in horizontal orientation
  • Fixed issue with WrapStrategy when control is rendered not on exact pixel (e.g. simulator) and Group header length.
  • Fixed issue with missing Load more button when ItemsSource is empty in wrap strategy
  • Now, In MultipleWithCheckBoxes selection, when you select/deselect an item programmatically, it reflects the checkbox selection state.
  • Fixed loopback issues with images and fast scrolling
  • Fixed arrangement issues with Wrap strategy. Improved dynamic response to available size and runtime definitions property change

DataBoundListBox

FIXED
  • Variable Stack strategy now aligns its items correctly.
  • Fixed issue with Item not scrolled into view when already realized (but not visible).
  • Fixed issue with missing Incremental loading content.
  • Fixed issue with misplaced no data content on consecutive show.
  • Fixed null reference exception in DBLB when adding items before template is applied.
  • Now No data message is positioned correctly afer reseting ItemsSource

DataForm

NEW
  • Added default read-only view for string type.
  • Introduce new API for providing additional source in EntityProperty.
  • Introduce a ListEditor which enables users to select an item from a predefined list of values.
  • Introduces Entity.Properties property to access generated properties
FIXED
  • Now setting Background, BorderBrush/Thickness and Padding reflects the control.
  • Now Setting Margin property affects the control accordingly.