v1.3.0 #135
Closed
w-ahmad
announced in
Announcements
v1.3.0
#135
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🌟 Highlights
What's New
HeaderGridLinesVisibility,GridLinesVisibilityproperties. Other related properties areVerticalGridLinesStrokeThickness,HorizontalGridLinesStrokeThickness,VerticalGridLinesStroke,HorizontalGridLinesStroke. Add Horizontal and Vertical Grid Lines #74AlternateRowBackgroundandAlternateRowForegroundproperties. added AlternateRowBackground/Foreground properties #83, Additional coloring #21.CellContextFlyoutand row context flyout toRowContextFlyout. added cell and row context flyouts #85, Add RightMouseClick in cell #38.IColumnFilterHandlerand introducedSorting,ClearSortingevents for allowing developers to define custom logic for data manipulation. Custom Sorting and Filtering Support #98, Sorting & Filtering: Expose Methods to Replace ItemsSource #30, have TemplateColumn sort/filterable #55, Add public method to clear column filters #77, Expose properties to programmatically set on which column the Table is sorted #92.CornerButtonModeto choose corner button functionality. With this implementationShowOptionsButtonproperty is replaced withCornerButtonModeproperty. replaced ShowOptionsButton proeprty with CornerButtonMode #80, ShowOptionsButton functionality #23.Tagproperty is added to theTableViewColumntype. added Tag property #84, Tag in TableViewColumn, TableViewTextColumn #49.TableView.ColumnHeaderStyleandTableViewColumn.HeaderStyle.TableView.CellStyleandTableViewColumn.CellStyle.TableViewBoundColumnelements and editing elements style can be set throughElementStyleand `EditingElementStyle.RowMinHeightproperty. added RowMinHeight property with bindings #110PlaceholderTextproperty for TimeColumn.ScrollRowIntoViewandScrollCellIntoViewmethods. Exposed ScrollRowIntoView and ScrollCellIntoView #123ItemsPanelother thanItemsStackPanel.New Column Types
DateTimeOffset,DateTime, andDateOnly, allowing better handling of date-based data. Added Date and Time columns #87. This type of column uses newTableViewDatePickercontrol that is designed to work with multiple data types.DateTimeOffset,DateTime,TimeOnly, andTimeSpan, improving time-based data representation. Added Date and Time columns #87. This type of column uses newTableViewTimePickercontrol that is designed to work with multiple data types.What's Changed
AdvancedCollectionViewfrom Community Toolkit is replaced with custom typeCollectionView. This change allows better handling of items and offers good features integration with TableView. replaced AdvancedCollectionView with custom CollectionView #91Fixes
Breaking Changes
ShowOptionsButtonproperty has been removed in favor ofCornerButtonModeproperty.CollectionViewproperty is now of typeICollectionView.Known Issues
ItemsStackPanelItemsStackPanel with ListView does not layout items properly when horizontal scroll mode is enabled microsoft/microsoft-ui-xaml#9860New Contributors
Full Changelog: v1.2.2...v1.3.0
This discussion was created from the release v1.3.0.
Beta Was this translation helpful? Give feedback.
All reactions