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