Splitter Element (Work Item Type Definition Schema)
Defines a splitter and its orientation on the form between sibling form elements.
<Splitter Dock="Left" />
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
Dock |
Optional SplitterType attribute. Currently, Left is the only supported orientation for Splitter. |
Child Elements
None.
Parent Elements
Element | Description |
---|---|
Layout |
Required element. Defines how the elements on the work item form are displayed. |
Column |
Required element. Defines columns for the form. |
Tab |
Required element. Defines a tab for the form. |
Remarks
Splitter is an optional element of Layout, Column, and Tab.
Element Information
Namespace |
https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef |
Schema Name |
Work Item Type Definition |
Validation File |
WorkItemTypeDefinition.xsd |
Element Type |
SplitterType |
Can Be Empty |
Not applicable |
See Also
Reference
Layout Element (Work Item Type Definition Schema)
Column Element (Work Item Type Definition Schema)
Tab Element (Work Item Type Definition Schema)