Version

ResolveEditorControl Method

Sets up the edtior control that will be displayed in a XamDataTreeNode when the the cell is in edit mode.
Syntax
'Declaration
 
Protected Overridable Function ResolveEditorControl( _
   ByVal cell As XamDataTreeNode, _
   ByVal editorValue As Object, _
   ByVal availableWidth As Double, _
   ByVal availableHeight As Double, _
   ByVal editorBinding As Binding _
) As FrameworkElement
protected virtual FrameworkElement ResolveEditorControl( 
   XamDataTreeNode cell,
   object editorValue,
   double availableWidth,
   double availableHeight,
   Binding editorBinding
)

Parameters

cell
editorValue
availableWidth
availableHeight
editorBinding
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also