v1.2.0 #34
v1.2.0
#34
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's New
CellTemplateSelector
andEditingTemplateSelector
properties inTableViewTemplateColumn
MinColumnWidth
andMaxColumnWidth
properties in TableView to set min and max widths for all the columns. These properties can be overridden by settingMinWidth
andMaxWidth
properties for each column.Visibility
property for columns to hide or show columns at runtimeComboBoxColumn
IsEditable
makes the ComboBox editable.TextBidning
allow to bindComboBox.Text
propertySelectedValueBinding
allow to bindComboBox.SelectedValue
.GridLength
asWidth
type. The default value for column is now set toGridLength.Auto
.SelectionUnit
to choose selection behavior. Available options are:CellOrRow
(Default) user can select rows or cells according to theSelectionMode
property'Cell
user can only select cells according to theSelectionMode
property'Row
user can only select rows according to theSelectionMode
property'GenerateElement
andGenerateEditingElement
for columns.Bug Fixes
Breaking Changes
GridLength
as width.GetSelectedRowsContent
toGetSelectedContent
GetAllRowsContent
toGetAllContent
OnExportSelectedRowsContent
toOnExportSelectedContent
OnExportAllRowsContent
toOnExportAllContent
ExportSelectedRowsContent
toExportSelectedContent
ExportAllRowsContent
toExportAllContent
TableViewExportRowsContentEventArgs
toTableViewExportContentEventArgs
Known issues
ItemsSource
can lead to unexpected cell or row navigation behavior. Question: Is there any option to bring a specific index into view in a ListView? microsoft/microsoft-ui-xaml#9803Full Changelog: v1.1.1...v1.2.0
This discussion was created from the release v1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions