v1.3.0 #135
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
-
🌟 Highlights
What's New
HeaderGridLinesVisibility
,GridLinesVisibility
properties. Other related properties areVerticalGridLinesStrokeThickness
,HorizontalGridLinesStrokeThickness
,VerticalGridLinesStroke
,HorizontalGridLinesStroke
. Add Horizontal and Vertical Grid Lines #74AlternateRowBackground
andAlternateRowForeground
properties. added AlternateRowBackground/Foreground properties #83, Additional coloring #21.CellContextFlyout
and row context flyout toRowContextFlyout
. added cell and row context flyouts #85, Add RightMouseClick in cell #38.IColumnFilterHandler
and introducedSorting
,ClearSorting
events 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.CornerButtonMode
to choose corner button functionality. With this implementationShowOptionsButton
property is replaced withCornerButtonMode
property. replaced ShowOptionsButton proeprty with CornerButtonMode #80, ShowOptionsButton functionality #23.Tag
property is added to theTableViewColumn
type. added Tag property #84, Tag in TableViewColumn, TableViewTextColumn #49.TableView.ColumnHeaderStyle
andTableViewColumn.HeaderStyle
.TableView.CellStyle
andTableViewColumn.CellStyle
.TableViewBoundColumn
elements and editing elements style can be set throughElementStyle
and `EditingElementStyle.RowMinHeight
property. added RowMinHeight property with bindings #110PlaceholderText
property for TimeColumn.ScrollRowIntoView
andScrollCellIntoView
methods. Exposed ScrollRowIntoView and ScrollCellIntoView #123ItemsPanel
other 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 newTableViewDatePicker
control 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 newTableViewTimePicker
control that is designed to work with multiple data types.What's Changed
AdvancedCollectionView
from 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
ShowOptionsButton
property has been removed in favor ofCornerButtonMode
property.CollectionView
property is now of typeICollectionView
.Known Issues
ItemsStackPanel
ItemsStackPanel 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