Version

SetSplitter Method (XamGanttProxy)

Set the location of the splitter between the grid and timeline sides.
Syntax
'Declaration
 
Public Sub SetSplitter( _
   ByVal iSplitLoc As System.Integer _
) 
public void SetSplitter( 
   System.int iSplitLoc
)
public: void SetSplitter( 
   System.int iSplitLoc
) 

Parameters

iSplitLoc
integer pixel location of splitter relative to the width of the grid side
Requirements

Target Platforms: Windows 7, 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