Version

ResolveEditor Method

Sets up the edtior control that will be displayed in a XamDataTreeNode when the the cell is in edit mode.
Syntax
'Declaration
 
Protected Friend Function ResolveEditor( _
   ByVal cell As XamDataTreeNode, _
   ByVal valueChangedFunction As Action(Of Object), _
   ByVal editorValue As Object, _
   ByVal availableWidth As Double, _
   ByVal availableHeight As Double, _
   ByVal editorBinding As Binding _
) As FrameworkElement

Parameters

cell
valueChangedFunction
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