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.