更新整理
This commit is contained in:
@@ -110,7 +110,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
|
||||
// == DependencyProperty.UnsetValue
|
||||
// )
|
||||
// {
|
||||
// _ = BindingOperations.SetBinding(
|
||||
// BindingOperations.SetBinding(
|
||||
// checkBoxColumn,
|
||||
// DataGridBoundColumn.ElementStyleProperty,
|
||||
// new Binding
|
||||
@@ -126,7 +126,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
|
||||
// == DependencyProperty.UnsetValue
|
||||
// )
|
||||
// {
|
||||
// _ = BindingOperations.SetBinding(
|
||||
// BindingOperations.SetBinding(
|
||||
// checkBoxColumn,
|
||||
// DataGridBoundColumn.EditingElementStyleProperty,
|
||||
// new Binding
|
||||
@@ -145,7 +145,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
|
||||
// == DependencyProperty.UnsetValue
|
||||
// )
|
||||
// {
|
||||
// _ = BindingOperations.SetBinding(
|
||||
// BindingOperations.SetBinding(
|
||||
// comboBoxColumn,
|
||||
// DataGridBoundColumn.ElementStyleProperty,
|
||||
// new Binding
|
||||
@@ -161,7 +161,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
|
||||
// == DependencyProperty.UnsetValue
|
||||
// )
|
||||
// {
|
||||
// _ = BindingOperations.SetBinding(
|
||||
// BindingOperations.SetBinding(
|
||||
// comboBoxColumn,
|
||||
// DataGridBoundColumn.EditingElementStyleProperty,
|
||||
// new Binding
|
||||
@@ -177,7 +177,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
|
||||
// == DependencyProperty.UnsetValue
|
||||
// )
|
||||
// {
|
||||
// _ = BindingOperations.SetBinding(
|
||||
// BindingOperations.SetBinding(
|
||||
// comboBoxColumn,
|
||||
// DataGridBoundColumn.EditingElementStyleProperty,
|
||||
// new Binding
|
||||
@@ -196,7 +196,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
|
||||
// == DependencyProperty.UnsetValue
|
||||
// )
|
||||
// {
|
||||
// _ = BindingOperations.SetBinding(
|
||||
// BindingOperations.SetBinding(
|
||||
// textBoxColumn,
|
||||
// DataGridBoundColumn.ElementStyleProperty,
|
||||
// new Binding { Path = new PropertyPath(TextColumnElementStyleProperty), Source = this }
|
||||
@@ -208,7 +208,7 @@ public class DataGrid : System.Windows.Controls.DataGrid
|
||||
// == DependencyProperty.UnsetValue
|
||||
// )
|
||||
// {
|
||||
// _ = BindingOperations.SetBinding(
|
||||
// BindingOperations.SetBinding(
|
||||
// textBoxColumn,
|
||||
// DataGridBoundColumn.EditingElementStyleProperty,
|
||||
// new Binding
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:controls="clr-namespace:WPFluent.Controls"
|
||||
xmlns:system="clr-namespace:System;assembly=System.Runtime">
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="pack://application:,,,/WPFluent;component/Controls/CheckBox/CheckBox.xaml" />
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:controls="clr-namespace:WPFluent.Controls"
|
||||
xmlns:converters="clr-namespace:WPFluent.Converters"
|
||||
xmlns:system="clr-namespace:System;assembly=System.Runtime">
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<!--
|
||||
https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/main/Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/DataGrid/DataGrid.xaml
|
||||
|
||||
Reference in New Issue
Block a user