We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ca722c + e1197c3 commit 7d7c9bdCopy full SHA for 7d7c9bd
1 file changed
src/Columns/TableViewTemplateColumn.cs
@@ -1,5 +1,6 @@
1
using Microsoft.UI.Xaml;
2
using Microsoft.UI.Xaml.Controls;
3
+using Microsoft.UI.Xaml.Markup;
4
5
namespace WinUI.TableView;
6
@@ -9,6 +10,7 @@ namespace WinUI.TableView;
9
10
#if WINDOWS
11
[WinRT.GeneratedBindableCustomProperty]
12
#endif
13
+[ContentProperty(Name = nameof(CellTemplate))]
14
public partial class TableViewTemplateColumn : TableViewColumn
15
{
16
/// <summary>
0 commit comments