File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ namespace WinUI.TableView;
2323[ TemplateVisualState ( Name = VisualStates . StateCurrent , GroupName = VisualStates . GroupCurrent ) ]
2424[ TemplateVisualState ( Name = VisualStates . StateSelected , GroupName = VisualStates . GroupSelection ) ]
2525[ TemplateVisualState ( Name = VisualStates . StateUnselected , GroupName = VisualStates . GroupSelection ) ]
26+ #if WINDOWS
27+ [ WinRT . GeneratedBindableCustomProperty ]
28+ #endif
2629public partial class TableViewCell : ContentControl
2730{
2831 private TableViewColumn ? _column ;
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ namespace WinUI.TableView;
99/// <summary>
1010/// Represents a header for row in TableView.
1111/// </summary>
12+ #if WINDOWS
13+ [ WinRT . GeneratedBindableCustomProperty ]
14+ #endif
1215public partial class TableViewRowHeader : ContentControl
1316{
1417 private ContentPresenter ? _contentPresenter ;
You can’t perform that action at this time.
0 commit comments