Hi -
When I open TableControlDockpane.xaml in the TableControl latest 2.7 sample.
It says it can't load ArcGIS.Desktop.DataGrid.Contrib.Wpf ...

I then add a reference to C:\Program Files\ArcGIS\Pro\bin\ArcGIS.Desktop.Shared.Wpf.dll, and get this exception in the design window:
XamlParseException: Set property 'ArcGIS.Desktop.Internal.Framework.DesignModeResourceDictionary.Source' threw an exception.
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at ArcGIS.Desktop.Editing.TableControl.InitializeComponent()
at ArcGIS.Desktop.Editing.TableControl..ctor()
Do I need to configure something?
Thanks